diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-07-10 12:50:06 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-07-10 12:50:06 +0000 |
commit | 889db8476eb93ba8f1969d117b7c6a186b02ce61 (patch) | |
tree | 97fd311fba6ccc8021f9b526b598c1e14206b784 /sbin/iked/crypto.c | |
parent | 1d5998645c2489cfc7c7f59c490b90688f98f9c1 (diff) |
add additional includes required to build with -DOPENSSL_NO_DEPRECATED
ok reyk@
Diffstat (limited to 'sbin/iked/crypto.c')
-rw-r--r-- | sbin/iked/crypto.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/iked/crypto.c b/sbin/iked/crypto.c index d78c3119d27..fc2019dc46d 100644 --- a/sbin/iked/crypto.c +++ b/sbin/iked/crypto.c @@ -1,4 +1,4 @@ -/* $OpenBSD: crypto.c,v 1.13 2014/02/17 11:00:14 reyk Exp $ */ +/* $OpenBSD: crypto.c,v 1.14 2014/07/10 12:50:05 jsg Exp $ */ /* * Copyright (c) 2010-2013 Reyk Floeter <reyk@openbsd.org> @@ -34,6 +34,7 @@ #include <openssl/sha.h> #include <openssl/md5.h> #include <openssl/x509.h> +#include <openssl/rsa.h> #include "iked.h" #include "ikev2.h" |