summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2002-11-13 00:42:11 +0000
committerDr. Stephen Henson <steve@openssl.org>2002-11-13 00:42:11 +0000
commitc99935e32cba193c10e1933ab1b34e3931a52b9a (patch)
tree2f6774cc94b86d6c27144329e9c6c87776a1d447 /crypto
parent2232e262bffb9330946760fe3635e6531b909df2 (diff)
Add header ctype.h
Diffstat (limited to 'crypto')
-rw-r--r--crypto/x509/x509_cmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/x509/x509_cmp.c b/crypto/x509/x509_cmp.c
index 474f6de50d..2b5aa09ad9 100644
--- a/crypto/x509/x509_cmp.c
+++ b/crypto/x509/x509_cmp.c
@@ -57,6 +57,7 @@
*/
#include <stdio.h>
+#include <ctype.h>
#include "cryptlib.h"
#include <openssl/asn1.h>
#include <openssl/objects.h>