summaryrefslogtreecommitdiffstats
path: root/crypto/evp/pmeth_lib.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-09-20 12:48:29 +0100
committerDr. Stephen Henson <steve@openssl.org>2015-09-20 12:50:56 +0100
commit01a4e8764d756e50e8903d53fd4f863aa9646d5f (patch)
treea15ff7bf14ca86f688060a3db672f2695c20fe4d /crypto/evp/pmeth_lib.c
parent37f3a3b3276bba468d26c968e5c676aaf57ffd82 (diff)
remove unneeded includes
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/evp/pmeth_lib.c')
-rw-r--r--crypto/evp/pmeth_lib.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/evp/pmeth_lib.c b/crypto/evp/pmeth_lib.c
index ae730e5354..67ba16d85e 100644
--- a/crypto/evp/pmeth_lib.c
+++ b/crypto/evp/pmeth_lib.c
@@ -60,12 +60,6 @@
#include <stdio.h>
#include <stdlib.h>
#include "internal/cryptlib.h"
-#include <openssl/cmac.h>
-#include <openssl/dsa.h>
-#include <openssl/evp.h>
-#include <openssl/hmac.h>
-#include <openssl/objects.h>
-#include <openssl/rsa.h>
#ifndef OPENSSL_NO_ENGINE
# include <openssl/engine.h>
#endif