diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-02-26 03:35:55 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-02-26 03:35:55 +0000 |
commit | 1e7630973c6a3ddb2215114b43d11c06db4f08be (patch) | |
tree | 67055885763861aa12b3169bc1c3ecd4503de84a /sbin/isakmpd/crypto.c | |
parent | ceb4398d50f956294d7eeb3c68a9431bf8fa96b6 (diff) |
Merge from the Ericsson repository
| revision 1.22
| date: 1999/02/25 11:38:50; author: niklas; state: Exp; lines: +3 -1
| include sysdep.h everywhere
| ----------------------------
Diffstat (limited to 'sbin/isakmpd/crypto.c')
-rw-r--r-- | sbin/isakmpd/crypto.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/isakmpd/crypto.c b/sbin/isakmpd/crypto.c index 9d756a39e8d..0b878431a61 100644 --- a/sbin/isakmpd/crypto.c +++ b/sbin/isakmpd/crypto.c @@ -1,5 +1,5 @@ -/* $OpenBSD: crypto.c,v 1.3 1998/11/17 11:10:09 niklas Exp $ */ -/* $EOM: crypto.c,v 1.21 1998/11/12 15:31:04 niklas Exp $ */ +/* $OpenBSD: crypto.c,v 1.4 1999/02/26 03:35:54 niklas Exp $ */ +/* $EOM: crypto.c,v 1.22 1999/02/25 11:38:50 niklas Exp $ */ /* * Copyright (c) 1998 Niels Provos. All rights reserved. @@ -38,6 +38,8 @@ #include <stdlib.h> #include <string.h> +#include "sysdep.h" + #include "crypto.h" #include "log.h" |