header cleanup in apps/
authorGeoff Thorpe <geoff@openssl.org>
Mon, 19 Apr 2004 18:13:07 +0000 (18:13 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Mon, 19 Apr 2004 18:13:07 +0000 (18:13 +0000)
apps/apps.c
apps/rsautl.c
apps/speed.c
apps/x509.c

index fa2f8a2b85352180420d56aea30f7388090b9e52..5e443221d334cd19f7b784d3ba087315f53f4c73 100644 (file)
 #ifndef OPENSSL_NO_ENGINE
 #include <openssl/engine.h>
 #endif
+#include <openssl/rsa.h>
 
 #define NON_MAIN
 #include "apps.h"
index 5db6fe7cd74ff9982fd5132554085c01dbf046dd..596199010a39ba7e7b196803904ae497a89363e9 100644 (file)
@@ -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
index 4c7cdcd009c4aeeba6211ab2a1d975faec3ae550..ccc074f36029385afe879208bfebc54c19911322 100644 (file)
 #endif
 #include <openssl/x509.h>
 #ifndef OPENSSL_NO_DSA
+#include <openssl/dsa.h>
 #include "./testdsa.h"
 #endif
 #ifndef OPENSSL_NO_ECDSA
index d30fbbe1e58a5c221e4fa5e120248e69f31836d9..58706be34448986c24f615ce1389fddffa6b0dfe 100644 (file)
@@ -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