Follow on from CVE-2014-3571. This fixes the code that was the original source
[oweals/openssl.git] / apps / apps.h
index b4a9b49ce7f794d8ebc83a1e86264e2812c719ad..bb076996bf7fd1102819d8ca78517ef387852008 100644 (file)
@@ -342,8 +342,8 @@ unsigned char *next_protos_parse(unsigned short *outlen, const char *in);
 #endif  /* ndef OPENSSL_NO_TLSEXT */
 
 void print_cert_checks(BIO *bio, X509 *x,
-                               const unsigned char *checkhost,
-                               const unsigned char *checkemail,
+                               const char *checkhost,
+                               const char *checkemail,
                                const char *checkip);
 
 void store_setup_crl_download(X509_STORE *st);