Fix a null pointer dereference bug of tls12_prf be caused by invalid extern declaration for digests variable.

This commit is contained in:
hyunkyu.oh 2015-09-09 17:20:49 +09:00
parent d4ce6d1ff7
commit 66673e4407

View file

@ -68,7 +68,7 @@ static char *RCSSTRING="$Id: ssldecode.c,v 1.9 2002/08/17 01:33:17 ekr Exp $";
static char *ssl_password; static char *ssl_password;
extern char *digests; extern char *digests[];
extern UINT4 SSL_print_flags; extern UINT4 SSL_print_flags;
struct ssl_decode_ctx_ { struct ssl_decode_ctx_ {