Implement provider-side keymgmt_dup function
[openssl.git] / crypto / dh / dh_lib.c
index f5e0f893c18b33c48ebf7323049103edf2c8337b..92767a94c222a3575c65c1fca00d2507f0cc919b 100644 (file)
@@ -325,3 +325,5 @@ int ossl_dh_get0_nid(const DH *dh)
 {
     return dh->params.nid;
 }
+
+