diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2015-03-30 21:31:49 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2015-03-30 23:01:30 +0200 |
commit | 3a1f43023acb7852969658d0ffedcd9bdb561a47 (patch) | |
tree | 87dd7fadf9fb06554d01140f916155a1c13cd807 /crypto/evp | |
parent | Initialised 'ok' and redo the logic. (diff) | |
download | openssl-3a1f43023acb7852969658d0ffedcd9bdb561a47.tar.xz openssl-3a1f43023acb7852969658d0ffedcd9bdb561a47.zip |
Remove unnecessary asn1_mac.h includes.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/evp')
-rw-r--r-- | crypto/evp/p_lib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/evp/p_lib.c b/crypto/evp/p_lib.c index a96fae6125..fb8f175fcb 100644 --- a/crypto/evp/p_lib.c +++ b/crypto/evp/p_lib.c @@ -62,7 +62,6 @@ #include <openssl/err.h> #include <openssl/objects.h> #include <openssl/evp.h> -#include <openssl/asn1_mac.h> #include <openssl/x509.h> #ifndef OPENSSL_NO_RSA # include <openssl/rsa.h> |