diff options
author | Damien Miller <djm@mindrot.org> | 2000-04-13 12:26:34 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-04-13 12:26:34 +1000 |
commit | 22c772609aa0e97fb39a6ec609c2f16445644055 (patch) | |
tree | 5246a2a1ab8e761fe1a22ec2c8d5fe52fe139e36 /hmac.c | |
parent | e71eb91259388de4aea7d46738f3b8b5593bccbe (diff) | |
download | openssh-git-22c772609aa0e97fb39a6ec609c2f16445644055.tar.gz |
- Merged OpenBSD updates to include paths.
Diffstat (limited to 'hmac.c')
-rw-r--r-- | hmac.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ */ #include "includes.h" -RCSID("$Id: hmac.c,v 1.1 2000/04/03 20:06:15 markus Exp $"); +RCSID("$Id: hmac.c,v 1.2 2000/04/12 09:39:10 markus Exp $"); #include "xmalloc.h" #include "ssh.h" |