mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-21 17:07:04 +00:00
Fix a null pointer dereference bug of tls12_prf be caused by invalid extern declaration for digests variable.
This commit is contained in:
parent
d4ce6d1ff7
commit
66673e4407
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
extern char *digests;
|
||||
extern char *digests[];
|
||||
extern UINT4 SSL_print_flags;
|
||||
|
||||
struct ssl_decode_ctx_ {
|
||||
|
|
Loading…
Reference in a new issue