There have been a number of complaints from a number of sources that names
[openssl.git] / crypto / lhash / lh_test.c
index 08138b52c3136af51073ae2b0e2d6930352a55ea..6008781e579907b2de23ffd43b2b307eacb07b09 100644 (file)
@@ -77,7 +77,7 @@ main()
                if (buf[0] == '\0') break;
                buf[256]='\0';
                i=strlen(buf);
-               p=Malloc(i+1);
+               p=OPENSSL_malloc(i+1);
                memcpy(p,buf,i+1);
                lh_insert(conf,p);
                }