Not a bug, but an instance of not compiling silently with reasonable levels
of warning in place.

The only "goto err;" statements in ssl_cert_dup() are inside a "#ifndef
NO_DH", so if one defines NO_DH, this gives (for 0.9.6)

ssl\ssl_cert.c(274) : warning C4102: 'err' : unreferenced label

Resolution - guard the declaration of the label.

======================================================
Steve Gilham                Citrix Systems (Cambridge) 
http://www.citrix.com/      Direct: +44 (0)1223 713120
[EMAIL PROTECTED]    Fax: +44 (0)1223 359779  
 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to