]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/x509v3/v3_asid.c
Rename some BUF_xxx to OPENSSL_xxx
[thirdparty/openssl.git] / crypto / x509v3 / v3_asid.c
index af527ebc1b9ba418c1439336106ce724b35e19b7..3e10d7ef7ad0752cf4206a4c052cc60ca3e2edc5 100644 (file)
@@ -619,7 +619,7 @@ static void *v2i_ASIdentifiers(const struct v3_ext_method *method,
                 goto err;
             }
         } else {
-            char *s = BUF_strdup(val->value);
+            char *s = OPENSSL_strdup(val->value);
             if (s == NULL) {
                 X509V3err(X509V3_F_V2I_ASIDENTIFIERS, ERR_R_MALLOC_FAILURE);
                 goto err;