summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-03-05 01:11:44 +0000
committerBodo Möller <bodo@openssl.org>2000-03-05 01:11:44 +0000
commitde83c12253ca4e6a2e44d70195a32950e354c69b (patch)
treef49824bdef635826a5e40bb9433ee660a32847a9 /apps
parent59fc2b0fc21f0c90a328edb7b2755c242adfb27a (diff)
Add missing include (only MONOLITH builds were possible without it).
Submitted by: Andrew W. Gray
Diffstat (limited to 'apps')
-rw-r--r--apps/spkac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/spkac.c b/apps/spkac.c
index f69dc5c261..f3ee7e34e3 100644
--- a/apps/spkac.c
+++ b/apps/spkac.c
@@ -63,6 +63,7 @@
#include <time.h>
#include "apps.h"
#include <openssl/bio.h>
+#include <openssl/conf.h>
#include <openssl/err.h>
#include <openssl/evp.h>
#include <openssl/lhash.h>