summaryrefslogtreecommitdiff
path: root/tools/respond.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/respond.c')
-rw-r--r--tools/respond.c2
1 files changed, 1 insertions, 1 deletions
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)