diff options
Diffstat (limited to 'usr.bin/ssh/hmac.c')
-rw-r--r-- | usr.bin/ssh/hmac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/hmac.c b/usr.bin/ssh/hmac.c index fe53aa47e7c..27590ec8067 100644 --- a/usr.bin/ssh/hmac.c +++ b/usr.bin/ssh/hmac.c @@ -28,7 +28,7 @@ */ #include "includes.h" -RCSID("$Id: hmac.c,v 1.2 2000/04/12 09:39:10 markus Exp $"); +RCSID("$OpenBSD: hmac.c,v 1.3 2000/06/20 01:39:41 markus Exp $"); #include "xmalloc.h" #include "ssh.h" |