X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Fec.h;h=747239a5a630eda438bbca8b4bc34e1048fa28c2;hp=347cfb6d097b91347ae75135b44da1be70290c4a;hb=9453b196343db579c590130adc63d35d2ff87188;hpb=ffd89124bdfc9e69349492c3f15383bb35520a11 diff --git a/include/openssl/ec.h b/include/openssl/ec.h index 347cfb6d09..747239a5a6 100644 --- a/include/openssl/ec.h +++ b/include/openssl/ec.h @@ -1112,10 +1112,10 @@ EC_KEY *EC_KEY_new_method(ENGINE *engine); * it is actually specified in ANSI X9.63. * This identifier is retained for backwards compatibility */ -int ECDH_KDF_X9_62(unsigned char *out, size_t outlen, +DEPRECATEDIN_1_2_0(int ECDH_KDF_X9_62(unsigned char *out, size_t outlen, const unsigned char *Z, size_t Zlen, const unsigned char *sinfo, size_t sinfolen, - const EVP_MD *md); + const EVP_MD *md)) int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, const EC_KEY *ecdh,