util/domd: harmonize with compiler detection in Configure.
[oweals/openssl.git] / crypto / des / ecb_enc.c
index f97fd971dc2089ec4e151d52cb5e5f6d94af22ba..60470d6db748cf17857782abad17e5225df7eba1 100644 (file)
@@ -96,7 +96,7 @@ const char *DES_options(void)
             size = "int";
         else
             size = "long";
-        BIO_snprintf(buf, sizeof buf, "des(%s,%s,%s,%s)", ptr, risc, unroll,
+        BIO_snprintf(buf, sizeof(buf), "des(%s,%s,%s,%s)", ptr, risc, unroll,
                      size);
         init = 0;
     }