mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-13 11:10:13 +01:00
[NSS] ssl3con: fix broken comparsion which breaks VC7.1 build
This commit is contained in:
parent
b32b5779dd
commit
b1bbd767b3
@ -1670,7 +1670,7 @@ ssl3_InitPendingContextsBypass(sslSocket *ss)
|
||||
|
||||
calg = cipher_def->calg;
|
||||
|
||||
if ( cipher_def == type_aead ) {
|
||||
if ( cipher_def->type == type_aead ) {
|
||||
pwSpec->encode = NULL;
|
||||
pwSpec->decode = NULL;
|
||||
pwSpec->destroy = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user