X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=include%2Fcrypto%2Fdh.h;h=22847dd1e01fd34125658d3947813ee90ebaf3d5;hp=f67b4e01cd08a2d520ed6ae5a259424b96efc5c6;hb=4f2271d58a36b2aee125062ffb9626c6208fa394;hpb=5a147abd790075cdc97b36ff5084e2eb1d779b95 diff --git a/include/crypto/dh.h b/include/crypto/dh.h index f67b4e01cd..22847dd1e0 100644 --- a/include/crypto/dh.h +++ b/include/crypto/dh.h @@ -14,8 +14,8 @@ DH *dh_new_by_nid_with_libctx(OPENSSL_CTX *libctx, int nid); DH *dh_new_with_libctx(OPENSSL_CTX *libctx); -int dh_generate_ffc_parameters(DH *dh, int type, int pbits, - int qbits, EVP_MD *md, BN_GENCB *cb); +int dh_generate_ffc_parameters(DH *dh, int type, int pbits, int qbits, + BN_GENCB *cb); int dh_generate_public_key(BN_CTX *ctx, DH *dh, const BIGNUM *priv_key, BIGNUM *pub_key); int dh_get_named_group_uid_from_size(int pbits);