提交 ce6766de 编写于 作者: R Rich Salz

Fix error message

Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
上级 88806cfc
......@@ -3197,7 +3197,7 @@ static int add_session(SSL *ssl, SSL_SESSION *session)
/* Assume it still works. */
if (i2d_SSL_SESSION(session, &p) != sess->derlen) {
BIO_printf(bio_err, "Re-encoding session strangeness\n");
BIO_printf(bio_err, "Unexpected session encoding length\n");
OPENSSL_free(sess->id);
OPENSSL_free(sess->der);
OPENSSL_free(sess);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册