Commit fb76ad8d authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

fix compilation error



Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent ce325c60
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -480,7 +480,7 @@ int dtls1_accept(SSL *s)

			/* only send if a DH key exchange or
			 * RSA but we have a sign only certificate */
			if (
			if (0
			/* PSK: send ServerKeyExchange if PSK identity
			 * hint if provided */
#ifndef OPENSSL_NO_PSK
+1 −1
Original line number Diff line number Diff line
@@ -471,7 +471,7 @@ int ssl3_accept(SSL *s)
			 * server certificate contains the server's
			 * public key for key exchange.
			 */
			if (
			if (0
			/* PSK: send ServerKeyExchange if PSK identity
			 * hint if provided */
#ifndef OPENSSL_NO_PSK