diff options
author | 2014-07-12 22:26:01 +0000 | |
---|---|---|
committer | 2014-07-12 22:26:01 +0000 | |
commit | 41ff418db0b36b298c6edd36ebb8cd97d1920c9a (patch) | |
tree | e35736b6b36f7dbc96946fd904492eb0514d3351 /lib/libssl/src | |
parent | remove double brackets. fixes build with clang. (diff) | |
download | wireguard-openbsd-41ff418db0b36b298c6edd36ebb8cd97d1920c9a.tar.xz wireguard-openbsd-41ff418db0b36b298c6edd36ebb8cd97d1920c9a.zip |
No need to include asn1_mac.h here.
Diffstat (limited to 'lib/libssl/src')
-rw-r--r-- | lib/libssl/src/crypto/asn1/n_pkey.c | 3 | ||||
-rw-r--r-- | lib/libssl/src/crypto/evp/p_lib.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/libssl/src/crypto/asn1/n_pkey.c b/lib/libssl/src/crypto/asn1/n_pkey.c index 230df827f3e..42431b6e24b 100644 --- a/lib/libssl/src/crypto/asn1/n_pkey.c +++ b/lib/libssl/src/crypto/asn1/n_pkey.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_pkey.c,v 1.21 2014/07/11 08:44:47 jsing Exp $ */ +/* $OpenBSD: n_pkey.c,v 1.22 2014/07/12 22:26:01 miod Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -63,7 +63,6 @@ #ifndef OPENSSL_NO_RSA #include <openssl/asn1t.h> -#include <openssl/asn1_mac.h> #include <openssl/err.h> #include <openssl/evp.h> #include <openssl/objects.h> diff --git a/lib/libssl/src/crypto/evp/p_lib.c b/lib/libssl/src/crypto/evp/p_lib.c index 617d0f8ec32..e172c348940 100644 --- a/lib/libssl/src/crypto/evp/p_lib.c +++ b/lib/libssl/src/crypto/evp/p_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: p_lib.c,v 1.15 2014/07/11 08:44:48 jsing Exp $ */ +/* $OpenBSD: p_lib.c,v 1.16 2014/07/12 22:26:01 miod Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -60,7 +60,6 @@ #include <openssl/opensslconf.h> -#include <openssl/asn1_mac.h> #include <openssl/bn.h> #include <openssl/err.h> #include <openssl/evp.h> |