diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2005-08-07 10:48:08 +0000 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2005-08-07 10:48:08 +0000 |
commit | 5c26ae735483d140f802d58b1872b2fe9468d219 (patch) | |
tree | e8e8e8dea72c371e15f6e510ecc97948a4139383 /libssh/base64.c | |
parent | 3113d8756628f463fda33b93801aee3c6ee9aa32 (diff) | |
download | libssh-5c26ae735483d140f802d58b1872b2fe9468d219.tar.gz libssh-5c26ae735483d140f802d58b1872b2fe9468d219.tar.xz libssh-5c26ae735483d140f802d58b1872b2fe9468d219.zip |
server kex done :)
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@6 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'libssh/base64.c')
-rw-r--r-- | libssh/base64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/base64.c b/libssh/base64.c index 849c2ca5..1f0b415d 100644 --- a/libssh/base64.c +++ b/libssh/base64.c @@ -1,7 +1,7 @@ /* base64 contains the needed support for base64 alphabet system, */ /* as described in RFC1521 */ /* -Copyright 2003,04 Aris Adamantiadis +Copyright 2003-2005 Aris Adamantiadis This file is part of the SSH Library |