summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakan Olsson <ho@cvs.openbsd.org>2001-10-26 16:02:21 +0000
committerHakan Olsson <ho@cvs.openbsd.org>2001-10-26 16:02:21 +0000
commita3f7845787d1e46bae8b58dc85770168877fc029 (patch)
tree98d19c5e87c908ea6739b5f653acd66a6cd17cbf
parentf6155594e7faff04eed27b51dd9ea915e5206f0e (diff)
libcrypto.h should be included. Sort includes.
-rw-r--r--sbin/isakmpd/key.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/isakmpd/key.c b/sbin/isakmpd/key.c
index 7f12595cd8d..2d08ecc4c43 100644
--- a/sbin/isakmpd/key.c
+++ b/sbin/isakmpd/key.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: key.c,v 1.4 2001/07/02 02:28:35 deraadt Exp $ */
+/* $OpenBSD: key.c,v 1.5 2001/10/26 16:02:20 ho Exp $ */
/*
* The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu)
*
@@ -25,9 +25,10 @@
#include "sysdep.h"
#include "dyn.h"
-#include "util.h"
-#include "log.h"
#include "key.h"
+#include "libcrypto.h"
+#include "log.h"
+#include "util.h"
#include "x509.h"
void