Remove dependency of dsa_sign.o and dsa_vrf.o: new functions FIPS_dsa_sig_new
[openssl.git] / crypto / dsa / dsa_asn1.c
index 60585343746d97d64c0d2e26dea335b69c763f0f..9e441fa0db1831f0ec9b2949d22a5aa0ecdfae86 100644 (file)
@@ -88,7 +88,7 @@ ASN1_SEQUENCE_cb(DSA_SIG, sig_cb) = {
        ASN1_SIMPLE(DSA_SIG, s, CBIGNUM)
 } ASN1_SEQUENCE_END_cb(DSA_SIG, DSA_SIG)
 
-IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(DSA_SIG, DSA_SIG, DSA_SIG)
+IMPLEMENT_ASN1_FUNCTIONS_const(DSA_SIG)
 
 /* Override the default free and new methods */
 static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,