mirror of
https://github.com/openssl/openssl.git
synced 2025-03-25 20:00:44 +08:00
Fix warning.
This commit is contained in:
parent
deff75b634
commit
abf87f79f7
@ -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;
|
||||
}
|
||||
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user