[NSS] ssl3con: fix broken comparsion which breaks VC7.1 build

This commit is contained in:
Roy Tam 2019-12-25 16:32:44 +08:00
parent b32b5779dd
commit b1bbd767b3
1 changed files with 1 additions and 1 deletions

View File

@ -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;