提交 45906fe6 编写于 作者: D Dr. Stephen Henson

Use correct tag for SRP username.

上级 482cdf24
......@@ -627,7 +627,7 @@ SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a, const unsigned char **pp,
#ifndef OPENSSL_NO_SRP
os.length=0;
os.data=NULL;
M_ASN1_D2I_get_EXP_opt(osp,d2i_ASN1_OCTET_STRING,11);
M_ASN1_D2I_get_EXP_opt(osp,d2i_ASN1_OCTET_STRING,12);
if (os.data)
{
ret->srp_username = BUF_strndup((char *)os.data, os.length);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册