projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37f3a3b
)
remove unneeded includes
author
Dr. Stephen Henson
<steve@openssl.org>
Sun, 20 Sep 2015 11:48:29 +0000
(12:48 +0100)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sun, 20 Sep 2015 11:50:56 +0000
(12:50 +0100)
Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/evp/pmeth_lib.c
patch
|
blob
|
history
diff --git
a/crypto/evp/pmeth_lib.c
b/crypto/evp/pmeth_lib.c
index ae730e5354cd5739a082dffc539bc834ab37373c..67ba16d85e062d0c816417eb4ab63e495b67f614 100644
(file)
--- 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