commit | de83c12253ca4e6a2e44d70195a32950e354c69b | [log] [tgz] |
---|---|---|
author | Bodo Möller <bodo@openssl.org> | Sun Mar 05 01:11:44 2000 +0000 |
committer | Bodo Möller <bodo@openssl.org> | Sun Mar 05 01:11:44 2000 +0000 |
tree | f49824bdef635826a5e40bb9433ee660a32847a9 | |
parent | 59fc2b0fc21f0c90a328edb7b2755c242adfb27a [diff] [blame] |
Add missing include (only MONOLITH builds were possible without it). Submitted by: Andrew W. Gray
diff --git a/apps/spkac.c b/apps/spkac.c index f69dc5c..f3ee7e3 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>