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:
fc3cec5
)
Add missing ctype.h
author
Rich Salz
<rsalz@openssl.org>
Wed, 13 May 2015 18:41:53 +0000
(14:41 -0400)
committer
Rich Salz
<rsalz@openssl.org>
Wed, 13 May 2015 18:41:53 +0000
(14:41 -0400)
Had old patch, forgot to push/patch this to master
Reviewed-by: Matt Caswell <matt@openssl.org>
apps/ocsp.c
patch
|
blob
|
history
diff --git
a/apps/ocsp.c
b/apps/ocsp.c
index 4d44da845cec50f9b1ce024baf5b01f99c9bc347..d52da18a5ec7c0e5d815bbc135bfccd9f99446d6 100644
(file)
--- a/
apps/ocsp.c
+++ b/
apps/ocsp.c
@@
-68,6
+68,7
@@
# include <stdlib.h>
# include <string.h>
# include <time.h>
+# include <ctype.h>
# include "apps.h" /* needs to be included before the openssl
* headers! */
# include <openssl/e_os2.h>