Hi,
I'm analyzing different versions of OpenSSL for type errors. To do so,
I analyze different configuration options of OpenSSL provided by the
configure scripts and #ifdefs in the source code. I may found some
configurations in which type errors occur, but I'm not sure whether
this configurations are valid. Below are two type error that I found
that occur in different configuration options. I'm not sure whether
these configuration options are set by default or can be set by a
user.

1. The configuration option RENEG must be set to undef (#undef RENEG);
variable total_bytes is not declared otherwise in file
./apps/s_server.c on Line 2866.

2. The configuration option LINT must be set to undef (#undef LINT);
variable n is not declared otherwise in file ./apps/genpkey.c on Line
437.

system:
Ubuntu 12.04 (64Bit)
OpenSSL version 1.0.1c (but the errors occur in the current version 1.0.1e also)

Joerg

-- 
Jörg Liebig
University of Passau
http://www.infosun.fim.uni-passau.de/cl/staff/liebig/

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

Reply via email to