diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-02-26 03:40:26 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-02-26 03:40:26 +0000 |
commit | 53e239974693116fe3d99b187bb69c2ab2d22fc0 (patch) | |
tree | 15130f67f167c3c66c5fd45bfe5ff1eee62c509a /sbin | |
parent | d8fc2f7953b8f8a881317fcca5b00a0c914f290e (diff) |
Merge from the Ericsson repository
| revision 1.8
| date: 1999/02/25 11:38:59; author: niklas; state: Exp; lines: +3 -1
| include sysdep.h everywhere
| ----------------------------
Diffstat (limited to 'sbin')
-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); |