summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/md2/md2test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/md2/md2test.c')
-rw-r--r--src/lib/libcrypto/md2/md2test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/md2/md2test.c b/src/lib/libcrypto/md2/md2test.c
index 461d124957..e3f4fb4c34 100644
--- a/src/lib/libcrypto/md2/md2test.c
+++ b/src/lib/libcrypto/md2/md2test.c
@@ -73,7 +73,7 @@ int main(int argc, char *argv[])
73#include <openssl/ebcdic.h> 73#include <openssl/ebcdic.h>
74#endif 74#endif
75 75
76char *test[]={ 76static char *test[]={
77 "", 77 "",
78 "a", 78 "a",
79 "abc", 79 "abc",
@@ -84,7 +84,7 @@ char *test[]={
84 NULL, 84 NULL,
85 }; 85 };
86 86
87char *ret[]={ 87static char *ret[]={
88 "8350e5a3e24c153df2275c9f80692773", 88 "8350e5a3e24c153df2275c9f80692773",
89 "32ec01ec4a6dac72c0ab96fb34c0b5d1", 89 "32ec01ec4a6dac72c0ab96fb34c0b5d1",
90 "da853b0d3f88d99b30283a69e6ded6bb", 90 "da853b0d3f88d99b30283a69e6ded6bb",