There have been a number of complaints from a number of sources that names
[openssl.git] / crypto / asn1 / asn1_mac.h
index 653f5fe1c948ef599fc7c8d4702699855672b6e9..4512ba6cc60420af84a8ae28c411ed967056bd04 100644 (file)
@@ -340,7 +340,7 @@ err:\
 
 /* New macros */
 #define M_ASN1_New_Malloc(ret,type) \
-       if ((ret=(type *)Malloc(sizeof(type))) == NULL) \
+       if ((ret=(type *)OPENSSL_malloc(sizeof(type))) == NULL) \
                { c.line=__LINE__; goto err2; }
 
 #define M_ASN1_New(arg,func) \