Loading ssl/s3_lib.c +8 −3 Original line number Diff line number Diff line Loading @@ -3822,8 +3822,13 @@ SSL_CIPHER *ssl3_choose_cipher(SSL *s, STACK_OF(SSL_CIPHER) *clnt, emask_k = cert->export_mask_k; emask_a = cert->export_mask_a; #ifndef OPENSSL_NO_SRP mask_k=cert->mask_k | s->srp_ctx.srp_Mask; emask_k=cert->export_mask_k | s->srp_ctx.srp_Mask; if (s->srp_ctx.srp_Mask & SSL_kSRP) { mask_k |= SSL_kSRP; emask_k |= SSL_kSRP; mask_a |= SSL_aSRP; emask_a |= SSL_aSRP; } #endif #ifdef KSSL_DEBUG Loading Loading
ssl/s3_lib.c +8 −3 Original line number Diff line number Diff line Loading @@ -3822,8 +3822,13 @@ SSL_CIPHER *ssl3_choose_cipher(SSL *s, STACK_OF(SSL_CIPHER) *clnt, emask_k = cert->export_mask_k; emask_a = cert->export_mask_a; #ifndef OPENSSL_NO_SRP mask_k=cert->mask_k | s->srp_ctx.srp_Mask; emask_k=cert->export_mask_k | s->srp_ctx.srp_Mask; if (s->srp_ctx.srp_Mask & SSL_kSRP) { mask_k |= SSL_kSRP; emask_k |= SSL_kSRP; mask_a |= SSL_aSRP; emask_a |= SSL_aSRP; } #endif #ifdef KSSL_DEBUG Loading