On Sat Jun 28 17:21:39 2014, [email protected] wrote:
> OpenSSL Development Team,
>
> My attempts to compile OpenSSL v.1.0.0m on the day of its release as
> well as last night both resulted in the same error, whereby INT_MAX
> is used before it is declared in ssl/s3_pkt.c on line 586.
>
> Researching this error, I found a discussion among some of your
> developers, who experienced the same issue during their own
> compilation attempts. They created a bug report at
> http://rt.openssl.org/Ticket/Display.html?id=3376. The ticket was
> marked as resolved on 5.6.2014; however, I again downloaded the
> source from openssl.org last night and examined ssl/s3_pkt.c. I
> observed that the limits.h include statement is still omitted, thus
> producing the compilation error.
>

The source of a specific version of OpenSSL does not change. So it's not
surprising that the bug is still in 1.0.0m

When a bug is fixed it will normally appear in the next release. There hasn't
been one since 1.0.0.m so the fix isn't in an official release yet. Before then
you can download nightly snapshots which will include the fix or obtain sources
from the git repository. See:

https://www.openssl.org/source/

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to