fix compilation error

Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
Dr. Stephen Henson 2015-01-06 02:17:07 +00:00
parent ce325c60c7
commit fb76ad8d43
2 changed files with 2 additions and 2 deletions

View File

@ -480,7 +480,7 @@ int dtls1_accept(SSL *s)
/* only send if a DH key exchange or /* only send if a DH key exchange or
* RSA but we have a sign only certificate */ * RSA but we have a sign only certificate */
if ( if (0
/* PSK: send ServerKeyExchange if PSK identity /* PSK: send ServerKeyExchange if PSK identity
* hint if provided */ * hint if provided */
#ifndef OPENSSL_NO_PSK #ifndef OPENSSL_NO_PSK

View File

@ -471,7 +471,7 @@ int ssl3_accept(SSL *s)
* server certificate contains the server's * server certificate contains the server's
* public key for key exchange. * public key for key exchange.
*/ */
if ( if (0
/* PSK: send ServerKeyExchange if PSK identity /* PSK: send ServerKeyExchange if PSK identity
* hint if provided */ * hint if provided */
#ifndef OPENSSL_NO_PSK #ifndef OPENSSL_NO_PSK