diff options
author | 2000-06-20 01:39:37 +0000 | |
---|---|---|
committer | 2000-06-20 01:39:37 +0000 | |
commit | 4a29184ee7448543545e1fc0d6d6d8ed5efff365 (patch) | |
tree | 2ec41cac79dacad73c0b1475cfd59b820544cf06 /usr.bin/ssh/cipher.c | |
parent | no include <des.h> anymore (diff) | |
download | wireguard-openbsd-4a29184ee7448543545e1fc0d6d6d8ed5efff365.tar.xz wireguard-openbsd-4a29184ee7448543545e1fc0d6d6d8ed5efff365.zip |
OpenBSD tag
Diffstat (limited to 'usr.bin/ssh/cipher.c')
-rw-r--r-- | usr.bin/ssh/cipher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/cipher.c b/usr.bin/ssh/cipher.c index ca77c6d034d..97cbd38cae7 100644 --- a/usr.bin/ssh/cipher.c +++ b/usr.bin/ssh/cipher.c @@ -12,7 +12,7 @@ */ #include "includes.h" -RCSID("$Id: cipher.c,v 1.27 2000/05/22 18:42:00 markus Exp $"); +RCSID("$OpenBSD: cipher.c,v 1.28 2000/06/20 01:39:40 markus Exp $"); #include "ssh.h" #include "cipher.h" |