1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-08 19:02:06 +03:00

pki: Fix gcrypt includes and update copyright.

This commit is contained in:
Andreas Schneider
2011-08-28 14:46:41 +02:00
parent f02f889111
commit 10d3d73039

View File

@@ -1,10 +1,10 @@
/* /*
* keyfiles.c - private and public key handling for authentication. * pki_gcrypt.c private and public key handling using gcrypt.
* *
* This file is part of the SSH Library * This file is part of the SSH Library
* *
* Copyright (c) 2003-2009 by Aris Adamantiadis * Copyright (c) 2003-2009 Aris Adamantiadis
* Copyright (c) 2009 by Andreas Schneider <mail@cynapses.org> * Copyright (c) 2009-2011 Andreas Schneider <asn@cryptomilk.org>
* *
* The SSH Library is free software; you can redistribute it and/or modify * The SSH Library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by * it under the terms of the GNU Lesser General Public License as published by
@@ -24,11 +24,6 @@
#include "config.h" #include "config.h"
#include <errno.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <stdio.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
#include <gcrypt.h> #include <gcrypt.h>