diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-02-26 03:53:17 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-02-26 03:53:17 +0000 |
commit | 2c635cc039bb9e2239bf362fbe8424c043197f12 (patch) | |
tree | 3ad3b9708b897866ddfc922d96ac16fd557d94d4 | |
parent | c3a8f7df4c2abeba7f59dd96c29675f3f1ac5270 (diff) |
Merge from the Ericsson repository
| revision 1.9
| date: 1999/02/25 11:39:29; author: niklas; state: Exp; lines: +3 -1
| include sysdep.h everywhere
| ----------------------------
-rw-r--r-- | sbin/isakmpd/x509.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/isakmpd/x509.c b/sbin/isakmpd/x509.c index 3449b5ba928..4210c71c841 100644 --- a/sbin/isakmpd/x509.c +++ b/sbin/isakmpd/x509.c @@ -1,5 +1,5 @@ -/* $OpenBSD: x509.c,v 1.5 1998/11/17 11:10:22 niklas Exp $ */ -/* $EOM: x509.c,v 1.8 1998/08/21 14:33:09 provos Exp $ */ +/* $OpenBSD: x509.c,v 1.6 1999/02/26 03:53:16 niklas Exp $ */ +/* $EOM: x509.c,v 1.9 1999/02/25 11:39:29 niklas Exp $ */ /* * Copyright (c) 1998 Niels Provos. All rights reserved. @@ -43,6 +43,8 @@ #include <string.h> #include <unistd.h> +#include "sysdep.h" + #include "conf.h" #include "exchange.h" #include "hash.h" |