diff options
-rw-r--r-- | sbin/isakmpd/hash.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/isakmpd/hash.c b/sbin/isakmpd/hash.c index 3ac0502a26c..cb0c7f966ee 100644 --- a/sbin/isakmpd/hash.c +++ b/sbin/isakmpd/hash.c @@ -1,5 +1,5 @@ -/* $OpenBSD: hash.c,v 1.3 1998/11/17 11:10:11 niklas Exp $ */ -/* $EOM: hash.c,v 1.7 1998/07/25 22:04:35 niklas Exp $ */ +/* $OpenBSD: hash.c,v 1.4 1999/02/26 03:40:25 niklas Exp $ */ +/* $EOM: hash.c,v 1.8 1999/02/25 11:38:59 niklas Exp $ */ /* * Copyright (c) 1998 Niels Provos. All rights reserved. @@ -39,6 +39,8 @@ #include <md5.h> #include <sha1.h> +#include "sysdep.h" + #include "hash.h" void hmac_init (struct hash *, unsigned char *, int); |