There have been a number of complaints from a number of sources that names
[oweals/openssl.git] / crypto / des / enc_writ.c
index 4d3452724ecf7f396b64fe111f971bc25934e058..cc2b50fb509291d2bdfd195a82fecfde6eddfe61 100644 (file)
@@ -95,7 +95,7 @@ int des_enc_write(int fd, const void *_buf, int len,
 
        if (outbuf == NULL)
                {
-               outbuf=Malloc(BSIZE+HDRSIZE);
+               outbuf=OPENSSL_malloc(BSIZE+HDRSIZE);
                if (outbuf == NULL) return(-1);
                }
        /* If we are sending less than 8 bytes, the same char will look