summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorniklas <niklas@openbsd.org>2000-10-07 07:00:44 +0000
committerniklas <niklas@openbsd.org>2000-10-07 07:00:44 +0000
commitf2de929ed3791d19303a1767724d1452207e4d41 (patch)
tree25720be7674929a006a81ca52037c2909ec5772f
parentMerge with EOM 1.43 (diff)
downloadwireguard-openbsd-f2de929ed3791d19303a1767724d1452207e4d41.tar.xz
wireguard-openbsd-f2de929ed3791d19303a1767724d1452207e4d41.zip
Merge with EOM 1.4
author: ho Nowadays we can use #include <openssl/...> instead of <ssl/...>
-rw-r--r--sbin/isakmpd/math_mp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/isakmpd/math_mp.h b/sbin/isakmpd/math_mp.h
index f870569c25c..750684d1e31 100644
--- a/sbin/isakmpd/math_mp.h
+++ b/sbin/isakmpd/math_mp.h
@@ -1,5 +1,5 @@
-/* $OpenBSD: math_mp.h,v 1.3 2000/06/08 20:49:30 niklas Exp $ */
-/* $EOM: math_mp.h,v 1.3 2000/05/08 13:41:40 ho Exp $ */
+/* $OpenBSD: math_mp.h,v 1.4 2000/10/07 07:00:44 niklas Exp $ */
+/* $EOM: math_mp.h,v 1.4 2000/09/16 09:41:43 ho Exp $ */
/*
* Copyright (c) 1999, 2000 Niklas Hallqvist. All rights reserved.
@@ -48,7 +48,7 @@
#elif MP_FLAVOUR == MP_FLAVOUR_OPENSSL
-#include <ssl/bn.h>
+#include <openssl/bn.h>
typedef BIGNUM *math_mp_t;