Commit d020e701 authored by Richard Levitte's avatar Richard Levitte
Browse files

Typo. OPENSSL_NO_ECDH, not NO_OPENSSL_ECDH

parent 364ff369
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2087,7 +2087,7 @@ f_err:
#if !defined(OPENSSL_NO_DH) || !defined(OPENSSL_NO_RSA) || !defined(OPENSSL_NO_ECDH)
err:
#endif
#ifndef NO_OPENSSL_ECDH
#ifndef OPENSSL_NO_ECDH
	EVP_PKEY_free(clnt_pub_pkey);
	EC_POINT_free(clnt_ecpoint);
	if (srvr_ecdh != NULL)