GH787: Fix ALPN
[openssl.git] / apps / apps.h
index 5450def13d4c35108bfe2d41c87f4d4ca96fa03d..ebf696b81b28010af199ecb44e00f8da3b83552c 100644 (file)
@@ -565,7 +565,7 @@ int do_X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md,
 extern char *psk_key;
 # endif
 
-unsigned char *next_protos_parse(unsigned short *outlen, const char *in);
+unsigned char *next_protos_parse(size_t *outlen, const char *in);
 
 void print_cert_checks(BIO *bio, X509 *x,
                        const char *checkhost,