提交 89bc9cf6 编写于 作者: A Andy Polyakov

ssl/statem/extensions_clnt.c: fix return code buglet.

Reviewed-by: NMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4297)
上级 eb5fd03b
......@@ -1052,7 +1052,7 @@ EXT_RETURN tls_construct_ctos_psk(SSL *s, WPACKET *pkt, unsigned int context,
err:
return ret;
#else
return EXT_RETURN_SENT;
return EXT_RETURN_NOT_SENT;
#endif
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册