|
@@ -73,6 +73,10 @@ int compare_testvector(const void* is, const unsigned long is_len, const void* s
|
|
fprintf(stderr, "Testvector #%i of %s failed:\n", which, what);
|
|
fprintf(stderr, "Testvector #%i of %s failed:\n", which, what);
|
|
_print_hex("SHOULD", should, should_len);
|
|
_print_hex("SHOULD", should, should_len);
|
|
_print_hex("IS ", is, is_len);
|
|
_print_hex("IS ", is, is_len);
|
|
|
|
+#if LTC_TEST_DBG > 1
|
|
|
|
+ } else {
|
|
|
|
+ fprintf(stderr, "Testvector #%i of %s passed!\n", which, what);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
#else
|
|
#else
|
|
LTC_UNUSED_PARAM(which);
|
|
LTC_UNUSED_PARAM(which);
|