diff options
author | Damien Miller <djm@mindrot.org> | 1999-10-28 07:23:30 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-10-28 07:23:30 +0200 |
commit | 01ab4a25c84cdfba15c1c781ef93d24285d76eb5 (patch) | |
tree | a005726f953226ea49ac81c313da7e5bd2be0a70 /cipher.c | |
parent | Rename PID file (diff) | |
download | openssh-01ab4a25c84cdfba15c1c781ef93d24285d76eb5.tar.xz openssh-01ab4a25c84cdfba15c1c781ef93d24285d76eb5.zip |
Merged latest OpenBSD changes.
Diffstat (limited to 'cipher.c')
-rw-r--r-- | cipher.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ Created: Wed Apr 19 17:41:39 1995 ylo #include "config.h" #include "includes.h" -RCSID("$Id: cipher.c,v 1.2 1999/10/28 03:25:17 damien Exp $"); +RCSID("$Id: cipher.c,v 1.3 1999/10/28 05:23:30 damien Exp $"); #include "ssh.h" #include "cipher.h" |