Split test/evptests.txt into separate files.
[oweals/openssl.git] / test / d2i_test.c
index 13efba968421e668be7e735aa737e365e42f1a3c..527427009702b14042024fe4e3da66c88b372a54 100644 (file)
@@ -81,7 +81,7 @@ static int execute_test(D2I_TEST_FIXTURE fixture)
      * performs sanity checks on the input and can reject it before the
      * decoder is called.
      */
-    len = BIO_read(bio, buf, sizeof buf);
+    len = BIO_read(bio, buf, sizeof(buf));
     if (len < 0)
         goto err;