From 9bb0be2dbb995097859f304111e61c6bbc910746 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Garcia Ballester Date: Sun, 9 Jul 2006 10:32:47 +0000 Subject: Correct file header git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@74 7dcaeef0-15fb-0310-b436-a5af3365683c --- libssh/gcrypt_missing.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libssh') 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 -- cgit