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:
f46e76e
)
Make sure toupper() is properly declared.
author
Richard Levitte
<levitte@openssl.org>
Wed, 24 Mar 2004 09:40:23 +0000
(09:40 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 24 Mar 2004 09:40:23 +0000
(09:40 +0000)
crypto/o_str.c
patch
|
blob
|
history
diff --git
a/crypto/o_str.c
b/crypto/o_str.c
index efe20b77a9c28191ec44ebc6982b1f1c20d77187..d626c98d0eb4d5102d4a80be11b90a041ea68d62 100644
(file)
--- a/
crypto/o_str.c
+++ b/
crypto/o_str.c
@@
-56,6
+56,7
@@
*
*/
+#include <ctype.h>
#include <strings.h>
#include "o_str.h"
#include <openssl/e_os2.h>