Add missing include (only MONOLITH builds were possible without it).
authorBodo Möller <bodo@openssl.org>
Sun, 5 Mar 2000 01:11:44 +0000 (01:11 +0000)
committerBodo Möller <bodo@openssl.org>
Sun, 5 Mar 2000 01:11:44 +0000 (01:11 +0000)
Submitted by: Andrew W. Gray

apps/spkac.c

index f69dc5c2612a66e5960a1b37aede5ca704228671..f3ee7e34e3a7e96dc0d61bebf89e7e63c02d9683 100644 (file)
@@ -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>