提交 533bf1df 编写于 作者: V Viktor Szakats 提交者: Rich Salz

ssl.h: spelling in comment

Reviewed-by: NMatt Caswell <matt@openssl.org>
Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1275)
上级 90d28f05
...@@ -1277,7 +1277,7 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION) ...@@ -1277,7 +1277,7 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
# define SSL_need_tmp_RSA(ssl) 0 # define SSL_need_tmp_RSA(ssl) 0
# define SSL_set_tmp_rsa(ssl,rsa) 1 # define SSL_set_tmp_rsa(ssl,rsa) 1
/* /*
* We "preted" to call the callback to avoid warnings about unused static * We "pretend" to call the callback to avoid warnings about unused static
* functions. * functions.
*/ */
# define SSL_CTX_set_tmp_rsa_callback(ctx, cb) while(0) (cb)(NULL, 0, 0) # define SSL_CTX_set_tmp_rsa_callback(ctx, cb) while(0) (cb)(NULL, 0, 0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册