Move curve448_test.c to be a full internal test
[openssl.git] / test / d2i_test.c
index 255982e2af84575fbb7988c38293cab2a550f360..afea2dcb9f3dde163ddbb8f2c5daba116e7ff5de 100644 (file)
@@ -67,7 +67,7 @@ static int test_bad_asn1(void)
      * 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 (!TEST_int_ge(len, 0))
         goto err;