Commit 823a67b0 authored by Geoff Thorpe's avatar Geoff Thorpe
Browse files

header cleanup in apps/

parent 60a938c6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -125,6 +125,7 @@
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
#endif
#include <openssl/rsa.h>

#define NON_MAIN
#include "apps.h"
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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
+2 −0
Original line number Diff line number Diff line
@@ -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