diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-10-07 07:00:45 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-10-07 07:00:45 +0000 |
commit | c0e10e3bfcec8b661ae86e39e9972ba439fc1517 (patch) | |
tree | edb0f31519c71822ac390c42b0250e640ff99e9f | |
parent | 60046455c5367d063936733b0f78a78c2c0fcdc2 (diff) |
Merge with EOM 1.4
author: ho
Nowadays we can use #include <openssl/...> instead of <ssl/...>
-rw-r--r-- | sbin/isakmpd/math_mp.h | 6 |
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; |