Fix the cipher decision scheme for export ciphers: the export bits are *not*
authorRalf S. Engelschall <rse@openssl.org>
Thu, 25 Feb 1999 11:03:18 +0000 (11:03 +0000)
committerRalf S. Engelschall <rse@openssl.org>
Thu, 25 Feb 1999 11:03:18 +0000 (11:03 +0000)
commit90a52cecafb0f3280905df9121491fba6cbf30a6
tree59c5919af3df86847a1e88421b8d94eee1b1201e
parentdef9f43151ef301237bb6b549af02b124d89a50a
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
CHANGES
ssl/s3_lib.c