From 6abf890c18f81cf93d9a3c83ac4531408d667a07 Mon Sep 17 00:00:00 2001 From: Russell King Date: Thu, 19 Nov 2020 14:41:58 +0000 Subject: Fix build OpenSSL error in tools/respond.c --- tools/respond.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/respond.c b/tools/respond.c index e1554cb..791b745 100644 --- a/tools/respond.c +++ b/tools/respond.c @@ -156,7 +156,7 @@ main(int argc, char **argv) return 0; } - SSLeay_add_all_ciphers(); + OpenSSL_add_all_ciphers(); rsa = PEM_read_RSAPrivateKey(kfile, NULL,pass_cb, NULL); if (!rsa) -- cgit