diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-07-12 22:26:02 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-07-12 22:26:02 +0000 |
commit | ece6b21bd9dabc615da662c0d3652bcacb1e3bf3 (patch) | |
tree | aa42487cac6d5502a493c583cef5cd62beacccf4 /lib/libssl | |
parent | 3f9a1373e857c8ee131fa37be87516c367c9cbd4 (diff) |
No need to include asn1_mac.h here.
Diffstat (limited to 'lib/libssl')
-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> |