summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/f_string.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-04-28 12:34:54 +0200
committerMatt Caswell <matt@openssl.org>2016-04-29 16:04:15 +0200
commit5fd1478df34be8d17c8507f17ec4298635c72814 (patch)
tree562c1f48842ca2ebc57bb54e86850f760e49ca21 /crypto/asn1/f_string.c
parentVMS: only explicitely translate names in library C files. (diff)
downloadopenssl-5fd1478df34be8d17c8507f17ec4298635c72814.tar.xz
openssl-5fd1478df34be8d17c8507f17ec4298635c72814.zip
Fix building with -DCHARSET_EBCDIC
Building with -DCHARSET_EBCDIC and using --strict-warnings resulted in lots of miscellaneous errors. This fixes it. Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'crypto/asn1/f_string.c')
-rw-r--r--crypto/asn1/f_string.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/asn1/f_string.c b/crypto/asn1/f_string.c
index 7d9eb1475a..2b2b545dee 100644
--- a/crypto/asn1/f_string.c
+++ b/crypto/asn1/f_string.c
@@ -56,6 +56,7 @@
*/
#include <stdio.h>
+#include <ctype.h>
#include "internal/cryptlib.h"
#include <openssl/buffer.h>
#include <openssl/asn1.h>