summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_crpt.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-21 17:35:53 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-21 17:35:53 +0000
commit37eae9909ac51f2e3f42ab825a040aff099e7861 (patch)
tree21fa90585e0536b122ae47a311856e2fe49ae171 /crypto/rsa/rsa_crpt.c
parent6892d0eb0315790b078eacb55d86bb568cdb2ee1 (diff)
Remove unnecessary dependencies.
Diffstat (limited to 'crypto/rsa/rsa_crpt.c')
-rw-r--r--crypto/rsa/rsa_crpt.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/rsa/rsa_crpt.c b/crypto/rsa/rsa_crpt.c
index 6a0cf39a5f..448265e217 100644
--- a/crypto/rsa/rsa_crpt.c
+++ b/crypto/rsa/rsa_crpt.c
@@ -65,9 +65,6 @@
#include <openssl/bn.h>
#include <openssl/rsa.h>
#include <openssl/rand.h>
-#ifndef OPENSSL_NO_ENGINE
-#include <openssl/engine.h>
-#endif
int RSA_size(const RSA *r)
{