提交 abf87f79 编写于 作者: B Ben Laurie

Fix warning.

上级 deff75b6
......@@ -67,8 +67,9 @@
#ifndef NOPROTO
static int i2r_PKEY_USAGE_PERIOD(X509V3_EXT_METHOD *method, PKEY_USAGE_PERIOD *usage, BIO *out);
/*
static PKEY_USAGE_PERIOD *v2i_PKEY_USAGE_PERIOD(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK *values);
*/
#else
static int i2r_PKEY_USAGE_PERIOD();
......@@ -162,6 +163,7 @@ BIO *out;
return 1;
}
/*
static PKEY_USAGE_PERIOD *v2i_PKEY_USAGE_PERIOD(method, ctx, values)
X509V3_EXT_METHOD *method;
X509V3_CTX *ctx;
......@@ -169,4 +171,4 @@ STACK *values;
{
return NULL;
}
*/
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册