Signed-off-by: Chih-Hung Hsieh <chh@google.com>
Signed-off-by: Mark Wielaard <mjw@redhat.com>
+2015-09-04 Chih-Hung Hsieh <chh@google.com>
+
+ * md5-sha1-test.c (md5_expected): Removed.
+ (sha1_expected): Likewise.
+
2015-09-04 Chih-Hung Hsieh <chh@google.com>
* asm-tst1.c (main): Replace %Z length modifier with %z.
#define md5_size 16
#define sha1_size 20
-static const char md5_expected[] =
- {
- };
-
-static const char sha1_expected[] =
- {
- };
-
#define TEST_HASH(ALGO, I) \
{ \
struct ALGO##_ctx ctx; \