mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-07 12:06:27 +00:00
Merge pull request #7 from knowtoto/master
Fix a null pointer dereference bug
This commit is contained in:
commit
4dcaf2054c
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