diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/ripemd/rmdtest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ripemd/rmdtest.c b/src/lib/libcrypto/ripemd/rmdtest.c index 5e93d4627c..5d79c99725 100644 --- a/src/lib/libcrypto/ripemd/rmdtest.c +++ b/src/lib/libcrypto/ripemd/rmdtest.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 | ||
| 76 | char *test[]={ | 76 | static char *test[]={ |
| 77 | "", | 77 | "", |
| 78 | "a", | 78 | "a", |
| 79 | "abc", | 79 | "abc", |
| @@ -85,7 +85,7 @@ char *test[]={ | |||
| 85 | NULL, | 85 | NULL, |
| 86 | }; | 86 | }; |
| 87 | 87 | ||
| 88 | char *ret[]={ | 88 | static char *ret[]={ |
| 89 | "9c1185a5c5e9fc54612808977ee8f548b2258d31", | 89 | "9c1185a5c5e9fc54612808977ee8f548b2258d31", |
| 90 | "0bdc9d2d256b3ee9daae347be6f4dc835a467ffe", | 90 | "0bdc9d2d256b3ee9daae347be6f4dc835a467ffe", |
| 91 | "8eb208f7e05d987a9b044a8e98c6b087f15a0bfc", | 91 | "8eb208f7e05d987a9b044a8e98c6b087f15a0bfc", |
