Commit 90a52cec authored by Ralf S. Engelschall's avatar Ralf S. Engelschall
Browse files

Fix the cipher decision scheme for export ciphers: the export bits are *not*

within SSL_MKEY_MASK or SSL_AUTH_MASK, they are within SSL_EXP_MASK.  So, the
original variable has to be used instead of the already masked variable.

Submitted by: Richard Levitte <levitte@stacken.kth.se>
Reviewed by: Ralf S. Engelschall
parent def9f431
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment