Fix warning.

This commit is contained in:
Ben Laurie 1999-02-21 20:01:39 +00:00
parent deff75b634
commit abf87f79f7

View File

@ -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;
}
*/