Remove old ASN.1 code.
[openssl.git] / crypto / x509 / x509_v3.c
index 4a03445a64d24da4f741e0c593ef0852c8a8f5cb..0a6247de775973c583b6ce407057c88fdc4e5986 100644 (file)
@@ -254,7 +254,7 @@ int X509_EXTENSION_set_data(X509_EXTENSION *ex, ASN1_OCTET_STRING *data)
 
     if (ex == NULL)
         return (0);
-    i = M_ASN1_OCTET_STRING_set(ex->value, data->data, data->length);
+    i = ASN1_OCTET_STRING_set(ex->value, data->data, data->length);
     if (!i)
         return (0);
     return (1);