提交 bb3e20cf 编写于 作者: M Matt Caswell

Remove the inline keyword

Some functions were marked as inline in statem_srvr.c where they probably
didn't need to be, so remove it.
Reviewed-by: NTim Hudson <tjh@openssl.org>
Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 956de7b2
......@@ -310,7 +310,7 @@ int ossl_statem_server_read_transition(SSL *s, int mt)
* 1: Yes
* 0: No
*/
static inline int send_server_key_exchange(SSL *s)
static int send_server_key_exchange(SSL *s)
{
unsigned long alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
......@@ -362,7 +362,7 @@ static inline int send_server_key_exchange(SSL *s)
* 1: Yes
* 0: No
*/
static inline int send_certificate_request(SSL *s)
static int send_certificate_request(SSL *s)
{
if (
/* don't request cert unless asked for it: */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册