diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c index b159ad36..119990e7 100644 --- a/ssl/s3_lib.c +++ b/ssl/s3_lib.c @@ -250,7 +250,7 @@ int SSL_CTX_need_tmp_RSA(const SSL_CTX *ctx) { return 0; } -int SSL_need_rsa(const SSL *ssl) { +int SSL_need_tmp_RSA(const SSL *ssl) { return 0; }