summaryrefslogtreecommitdiffstats
path: root/apps/apps.h
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2004-05-17 19:05:32 +0000
committerGeoff Thorpe <geoff@openssl.org>2004-05-17 19:05:32 +0000
commitf0eae953e2a02a92674e39f5ff087c1f67afd7dc (patch)
tree8c142022422b3710995e1f077daf7150bbc019ea /apps/apps.h
parent298a2f9e58b9d4e86fc585ae6b68a50e750631ed (diff)
Remove some unnecessary recursive includes from the internal apps.h header,
and include bn.h in those C files that need bignum functionality.
Diffstat (limited to 'apps/apps.h')
-rw-r--r--apps/apps.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/apps.h b/apps/apps.h
index 6072a10bd3..e653bf1b46 100644
--- a/apps/apps.h
+++ b/apps/apps.h
@@ -114,9 +114,7 @@
#include "e_os.h"
-#include <openssl/buffer.h>
#include <openssl/bio.h>
-#include <openssl/crypto.h>
#include <openssl/x509.h>
#include <openssl/lhash.h>
#include <openssl/conf.h>