aboutsummaryrefslogtreecommitdiff
path: root/src/pki_gcrypt.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-08-28 14:46:41 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-08-28 14:50:43 +0200
commit10d3d73039ad6a07aa953938328ea8f782cca68d (patch)
tree010317f2beff7bc85ec5df925702c54123452da3 /src/pki_gcrypt.c
parentf02f8891116da8329b05a3b3abb6c0427fb3a58e (diff)
downloadlibssh-10d3d73039ad6a07aa953938328ea8f782cca68d.tar.gz
libssh-10d3d73039ad6a07aa953938328ea8f782cca68d.tar.xz
libssh-10d3d73039ad6a07aa953938328ea8f782cca68d.zip
pki: Fix gcrypt includes and update copyright.
Diffstat (limited to 'src/pki_gcrypt.c')
-rw-r--r--src/pki_gcrypt.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/pki_gcrypt.c b/src/pki_gcrypt.c
index 800c4428..3e43aa4a 100644
--- a/src/pki_gcrypt.c
+++ b/src/pki_gcrypt.c
@@ -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
*
- * Copyright (c) 2003-2009 by Aris Adamantiadis
- * Copyright (c) 2009 by Andreas Schneider <mail@cynapses.org>
+ * Copyright (c) 2003-2009 Aris Adamantiadis
+ * Copyright (c) 2009-2011 Andreas Schneider <asn@cryptomilk.org>
*
* 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
@@ -24,11 +24,6 @@
#include "config.h"
-#include <errno.h>
-#include <fcntl.h>
-#include <sys/stat.h>
-#include <sys/types.h>
-#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <gcrypt.h>