header cleanup in apps/
This commit is contained in:
parent
60a938c6bc
commit
823a67b0a9
4 changed files with 5 additions and 0 deletions
|
@ -125,6 +125,7 @@
|
|||
#ifndef OPENSSL_NO_ENGINE
|
||||
#include <openssl/engine.h>
|
||||
#endif
|
||||
#include <openssl/rsa.h>
|
||||
|
||||
#define NON_MAIN
|
||||
#include "apps.h"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue