提交 c3bb1f81 编写于 作者: U Ulf Möller

unused function

上级 959a7201
......@@ -107,19 +107,6 @@ int X509V3_add_value_uchar(const char *name, const unsigned char *value,
return X509V3_add_value(name,(const char *)value,extlist);
}
/* New function for CONF_VALUE. */
CONF_VALUE *X509V3_conf_new()
{
CONF_VALUE *v = (CONF_VALUE *) OPENSSL_malloc(sizeof(CONF_VALUE));
if (!v)
{
v->section = v->name = v->value = NULL;
}
return v;
}
/* Free function for STACK_OF(CONF_VALUE) */
void X509V3_conf_free(CONF_VALUE *conf)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册