Fix external symbols related to dh keys
[openssl.git] / crypto / dh / dh_asn1.c
index 68013219e7b20300eedd6e96305798f74530af28..5c8af108f5c0fd5b338d469cd036a3cda0500134 100644 (file)
@@ -39,7 +39,7 @@ static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
 
         DH_clear_flags(dh, DH_FLAG_TYPE_MASK);
         DH_set_flags(dh, DH_FLAG_TYPE_DH);
-        dh_cache_named_group(dh);
+        ossl_dh_cache_named_group(dh);
         dh->dirty_cnt++;
     }
     return 1;