diff options
author | 2000-06-22 23:54:59 +0000 | |
---|---|---|
committer | 2000-06-22 23:54:59 +0000 | |
commit | b2e991224adbe1990644a6363b3fec3bcd24bdcb (patch) | |
tree | ca6fb1602cea2075b54685f10fa4290de4e739f5 /usr.bin/ssh/key.c | |
parent | on unconfig, bzero the key before free; from aazubel@core-sdi.com. (diff) | |
download | wireguard-openbsd-b2e991224adbe1990644a6363b3fec3bcd24bdcb.tar.xz wireguard-openbsd-b2e991224adbe1990644a6363b3fec3bcd24bdcb.zip |
Missing CVS idents; ok markus
Diffstat (limited to 'usr.bin/ssh/key.c')
-rw-r--r-- | usr.bin/ssh/key.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/ssh/key.c b/usr.bin/ssh/key.c index be38a88f5e6..764f1f227fb 100644 --- a/usr.bin/ssh/key.c +++ b/usr.bin/ssh/key.c @@ -41,6 +41,8 @@ #include "dsa.h" #include "uuencode.h" +RCSID("$OpenBSD: key.c,v 1.9 2000/06/22 23:55:00 djm Exp $"); + #define SSH_DSS "ssh-dss" Key * |