summaryrefslogtreecommitdiffstats
path: root/apps/rsautl.c
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2001-09-12 02:39:06 +0000
committerGeoff Thorpe <geoff@openssl.org>2001-09-12 02:39:06 +0000
commit1372965e2ebed49c810978e00be50006f1d7219a (patch)
tree0685aa385c2ff6250d4ea46af92ba94a72f00495 /apps/rsautl.c
parent1a1422643baa22d6bf715c6afe1614c3c1ce1b12 (diff)
Reduce the header dependencies on engine.h in apps/.
Diffstat (limited to 'apps/rsautl.c')
-rw-r--r--apps/rsautl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/rsautl.c b/apps/rsautl.c
index 56025c5f0c..c04a2fcb9b 100644
--- a/apps/rsautl.c
+++ b/apps/rsautl.c
@@ -62,7 +62,6 @@
#include <string.h>
#include <openssl/err.h>
#include <openssl/pem.h>
-#include <openssl/engine.h>
#define RSA_SIGN 1
#define RSA_VERIFY 2