projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59fc2b0
)
Add missing include (only MONOLITH builds were possible without it).
author
Bodo Möller
<bodo@openssl.org>
Sun, 5 Mar 2000 01:11:44 +0000
(
01:11
+0000)
committer
Bodo Möller
<bodo@openssl.org>
Sun, 5 Mar 2000 01:11:44 +0000
(
01:11
+0000)
Submitted by: Andrew W. Gray
apps/spkac.c
patch
|
blob
|
history
diff --git
a/apps/spkac.c
b/apps/spkac.c
index f69dc5c2612a66e5960a1b37aede5ca704228671..f3ee7e34e3a7e96dc0d61bebf89e7e63c02d9683 100644
(file)
--- 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>