]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/crypto/dh.h
EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more available
[thirdparty/openssl.git] / include / crypto / dh.h
index 0bd6516e3fd4729e2bcf2ded48d6819353cca930..3afe16935f8e24c041e27f08a31b8b7d29953436 100644 (file)
@@ -21,6 +21,7 @@ int dh_generate_public_key(BN_CTX *ctx, const DH *dh, const BIGNUM *priv_key,
                            BIGNUM *pub_key);
 int dh_get_named_group_uid_from_size(int pbits);
 const char *dh_gen_type_id2name(int id);
+int dh_gen_type_name2id(const char *name);
 void dh_cache_named_group(DH *dh);
 
 FFC_PARAMS *dh_get0_params(DH *dh);