If you attempt to build OpenSSL 1.0.0-beta5 with no-dsa and no-ecdsa,
the compile will fail at s3_clnt.c line 2761 due to the use of the
variable "j" in an unconditionally used chunk of code. However "j" is
only declared when you have either dsa or ecdsa enabled. The patch
removes the conditional declaration of "j" and makes it always
visible.

--
Doug Goldstein

Attachment: openssl-1.0.0-beta5-no-dsa-no-ecdsa.patch
Description: Binary data

Reply via email to