summaryrefslogtreecommitdiff
path: root/testcode/asynclook.c
diff options
context:
space:
mode:
Diffstat (limited to 'testcode/asynclook.c')
-rw-r--r--testcode/asynclook.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testcode/asynclook.c b/testcode/asynclook.c
index f82c6dcab71c7..660f72a7df8cb 100644
--- a/testcode/asynclook.c
+++ b/testcode/asynclook.c
@@ -482,7 +482,9 @@ int main(int argc, char** argv)
ERR_load_SSL_strings();
#endif
#if OPENSSL_VERSION_NUMBER < 0x10100000 || !defined(HAVE_OPENSSL_INIT_CRYPTO)
+# ifndef S_SPLINT_S
OpenSSL_add_all_algorithms();
+# endif
#else
OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_CIPHERS
| OPENSSL_INIT_ADD_ALL_DIGESTS