header cleanup in apps/

This commit is contained in:
Geoff Thorpe 2004-04-19 18:13:07 +00:00
parent 60a938c6bc
commit 823a67b0a9
4 changed files with 5 additions and 0 deletions

View file

@ -125,6 +125,7 @@
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
#endif
#include <openssl/rsa.h>
#define NON_MAIN
#include "apps.h"

View 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

View file

@ -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

View 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