summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/cipher.c
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2000-06-20 01:39:37 +0000
committermarkus <markus@openbsd.org>2000-06-20 01:39:37 +0000
commit4a29184ee7448543545e1fc0d6d6d8ed5efff365 (patch)
tree2ec41cac79dacad73c0b1475cfd59b820544cf06 /usr.bin/ssh/cipher.c
parentno include <des.h> anymore (diff)
downloadwireguard-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.c2
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"