aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ocsp.c
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/ocsp.c
parent298a2f9e58b9d4e86fc585ae6b68a50e750631ed (diff)
downloadopenssl-f0eae953e2a02a92674e39f5ff087c1f67afd7dc.tar.gz
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/ocsp.c')
-rw-r--r--apps/ocsp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/ocsp.c b/apps/ocsp.c
index 9c8e20d35a..52af592a4a 100644
--- a/apps/ocsp.c
+++ b/apps/ocsp.c
@@ -64,6 +64,7 @@
#include <openssl/ocsp.h>
#include <openssl/err.h>
#include <openssl/ssl.h>
+#include <openssl/bn.h>
/* Maximum leeway in validity period: default 5 minutes */
#define MAX_VALIDITY_PERIOD (5 * 60)