]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/o_str.c
Add missing SIZE_MAX define for windows
[thirdparty/openssl.git] / crypto / o_str.c
index 467ceb2054e72a7c1968355b68869f5f449596f2..c24524f892dccf3e9d730433561457f93827acde 100644 (file)
@@ -184,9 +184,7 @@ char *OPENSSL_buf2hexstr(const unsigned char *buffer, long len)
     int i;
 
     if (len == 0)
-    {
         return OPENSSL_zalloc(1);
-    }
 
     if ((tmp = OPENSSL_malloc(len * 3)) == NULL) {
         CRYPTOerr(CRYPTO_F_OPENSSL_BUF2HEXSTR, ERR_R_MALLOC_FAILURE);