]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/dh/dh_lib.c
Do not allow creating empty RSA keys by duplication
[thirdparty/openssl.git] / crypto / dh / dh_lib.c
index 92767a94c222a3575c65c1fca00d2507f0cc919b..f5e0f893c18b33c48ebf7323049103edf2c8337b 100644 (file)
@@ -325,5 +325,3 @@ int ossl_dh_get0_nid(const DH *dh)
 {
     return dh->params.nid;
 }
-
-