summaryrefslogtreecommitdiff
path: root/hmac.c
diff options
context:
space:
mode:
authordamien <damien>2000-04-13 02:26:34 +0000
committerdamien <damien>2000-04-13 02:26:34 +0000
commit4865b4367a5201a0bc74bde94840bf0896f4c445 (patch)
treee37cca6e0da5c6b1008d8aa858016f32a7571de1 /hmac.c
parentb9fb495d3504b2cd335836f67bd06077b58390d4 (diff)
downloadopenssh-4865b4367a5201a0bc74bde94840bf0896f4c445.tar.gz
- Merged OpenBSD updates to include paths.
Diffstat (limited to 'hmac.c')
-rw-r--r--hmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hmac.c b/hmac.c
index 45037ef8..eea1a260 100644
--- a/hmac.c
+++ b/hmac.c
@@ -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"