mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-22 01:17:04 +00:00
chg: [cleanup] file cleanup (tab/ws mixed)
This commit is contained in:
parent
e7fa00a410
commit
761cd5924e
1 changed files with 29 additions and 31 deletions
|
@ -36,7 +36,6 @@ static int decode_ContentType_Alert(ssl,dir,seg,data)
|
||||||
Data *data;
|
Data *data;
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
int r;
|
int r;
|
||||||
|
|
||||||
if(ssl->record_encryption==REC_CIPHERTEXT){
|
if(ssl->record_encryption==REC_CIPHERTEXT){
|
||||||
|
@ -64,7 +63,6 @@ static int decode_ContentType_Alert(ssl,dir,seg,data)
|
||||||
}
|
}
|
||||||
return(0);
|
return(0);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
static int decode_ContentType_Handshake(ssl,dir,seg,data)
|
static int decode_ContentType_Handshake(ssl,dir,seg,data)
|
||||||
ssl_obj *ssl;
|
ssl_obj *ssl;
|
||||||
|
|
Loading…
Reference in a new issue