aboutsummaryrefslogtreecommitdiff
path: root/libssh
diff options
context:
space:
mode:
authorJean-Philippe Garcia Ballester <giga@le-pec.org>2006-07-09 10:32:47 +0000
committerJean-Philippe Garcia Ballester <giga@le-pec.org>2006-07-09 10:32:47 +0000
commit9bb0be2dbb995097859f304111e61c6bbc910746 (patch)
tree285caf31462d4c36107533f18b6db5693ab1fb66 /libssh
parentf10e8874b28f78c5b2cc4bd0e9af2167634d5922 (diff)
downloadlibssh-9bb0be2dbb995097859f304111e61c6bbc910746.tar.gz
libssh-9bb0be2dbb995097859f304111e61c6bbc910746.tar.xz
libssh-9bb0be2dbb995097859f304111e61c6bbc910746.zip
Correct file header
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@74 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'libssh')
-rw-r--r--libssh/gcrypt_missing.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/libssh/gcrypt_missing.c b/libssh/gcrypt_missing.c
index 10f9da82..a3e72d4e 100644
--- a/libssh/gcrypt_missing.c
+++ b/libssh/gcrypt_missing.c
@@ -1,10 +1,8 @@
/* gcrypt_missing.c */
-/* This part of the library handles private and public key files needed for publickey authentication,*/
-/* as well as servers public hashes verifications and certifications. Lot of code here handles openssh */
-/* implementations (key files aren't standardized yet). */
+/* This file contains routines that are in OpenSSL but not in libgcrypt */
/*
-Copyright 2003,04 Aris Adamantiadis
+Copyright 2003,04,06 Aris Adamantiadis
This file is part of the SSH Library