aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2004-04-19 18:13:07 +0000
committerGeoff Thorpe <geoff@openssl.org>2004-04-19 18:13:07 +0000
commit823a67b0a9094aa87b4b47a2bbf4cf1610938941 (patch)
treee7c6317f3c460a6271da1d4e05d5889200134220 /apps
parent60a938c6bca4c0890ed2d320e29fb43c970094d5 (diff)
downloadopenssl-823a67b0a9094aa87b4b47a2bbf4cf1610938941.tar.gz
header cleanup in apps/
Diffstat (limited to 'apps')
-rw-r--r--apps/apps.c1
-rw-r--r--apps/rsautl.c1
-rw-r--r--apps/speed.c1
-rw-r--r--apps/x509.c2
4 files changed, 5 insertions, 0 deletions
diff --git a/apps/apps.c b/apps/apps.c
index fa2f8a2b85..5e443221d3 100644
--- a/apps/apps.c
+++ b/apps/apps.c
@@ -125,6 +125,7 @@
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
#endif
+#include <openssl/rsa.h>
#define NON_MAIN
#include "apps.h"
diff --git a/apps/rsautl.c b/apps/rsautl.c
index 5db6fe7cd7..596199010a 100644
--- a/apps/rsautl.c
+++ b/apps/rsautl.c
@@ -62,6 +62,7 @@
#include <string.h>
#include <openssl/err.h>
#include <openssl/pem.h>
+#include <openssl/rsa.h>
#define RSA_SIGN 1
#define RSA_VERIFY 2
diff --git a/apps/speed.c b/apps/speed.c
index 4c7cdcd009..ccc074f360 100644
--- a/apps/speed.c
+++ b/apps/speed.c
@@ -209,6 +209,7 @@
#endif
#include <openssl/x509.h>
#ifndef OPENSSL_NO_DSA
+#include <openssl/dsa.h>
#include "./testdsa.h"
#endif
#ifndef OPENSSL_NO_ECDSA
diff --git a/apps/x509.c b/apps/x509.c
index d30fbbe1e5..58706be344 100644
--- a/apps/x509.c
+++ b/apps/x509.c
@@ -73,6 +73,8 @@
#include <openssl/x509v3.h>
#include <openssl/objects.h>
#include <openssl/pem.h>
+#include <openssl/rsa.h>
+#include <openssl/dsa.h>
#undef PROG
#define PROG x509_main