Remove old ASN.1 code.
[openssl.git] / crypto / ts / ts_rsp_sign.c
index db6ce3241f73d0769d754e8a4c9d965d7d973e68..b510cebde3f2e7dc1c0185e00936b8c6fb6e385b 100644 (file)
@@ -1006,7 +1006,7 @@ static ASN1_GENERALIZEDTIME
     *p++ = '\0';
 
     /* Now call OpenSSL to check and set our genTime value */
-    if (!asn1_time && !(asn1_time = M_ASN1_GENERALIZEDTIME_new()))
+    if (!asn1_time && !(asn1_time = ASN1_GENERALIZEDTIME_new()))
         goto err;
     if (!ASN1_GENERALIZEDTIME_set_string(asn1_time, genTime_str)) {
         ASN1_GENERALIZEDTIME_free(asn1_time);