diff options
author | beck <> | 2000-03-19 11:13:58 +0000 |
---|---|---|
committer | beck <> | 2000-03-19 11:13:58 +0000 |
commit | 796d609550df3a33fc11468741c5d2f6d3df4c11 (patch) | |
tree | 6c6d539061caa20372dad0ac4ddb1dfae2fbe7fe /src/lib/libcrypto/ripemd/rmdtest.c | |
parent | 5be3114c1fd7e0dfea1e38d3abb4cbba75244419 (diff) | |
download | openbsd-796d609550df3a33fc11468741c5d2f6d3df4c11.tar.gz openbsd-796d609550df3a33fc11468741c5d2f6d3df4c11.tar.bz2 openbsd-796d609550df3a33fc11468741c5d2f6d3df4c11.zip |
OpenSSL 0.9.5 merge
*warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2
if you are using the ssl26 packages for ssh and other things to work you will
need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs
Diffstat (limited to 'src/lib/libcrypto/ripemd/rmdtest.c')
-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", |