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:
8a5d8bc
)
storeutl: make sure s2i_ASN1_INTEGER is correctly declared
author
Richard Levitte
<levitte@openssl.org>
Wed, 28 Feb 2018 17:08:51 +0000
(18:08 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 28 Feb 2018 17:40:08 +0000
(18:40 +0100)
Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/5482)
apps/storeutl.c
patch
|
blob
|
history
diff --git
a/apps/storeutl.c
b/apps/storeutl.c
index d40d263ef978d7eb95b702f38cd1564a62c40fc9..0f310d2ec912ced68cc4cb2cd8f2cf5177f78018 100644
(file)
--- a/
apps/storeutl.c
+++ b/
apps/storeutl.c
@@
-14,6
+14,7
@@
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/store.h>
+#include <openssl/x509v3.h> /* s2i_ASN1_INTEGER */
static int process(const char *uri, const UI_METHOD *uimeth, PW_CB_DATA *uidata,
int expected, int criterion, OSSL_STORE_SEARCH *search,