This commit is contained in:
Geoff Thorpe 2004-03-10 01:20:26 +00:00
parent a8aa764d3c
commit 93825dddad

View File

@ -67,7 +67,7 @@ X509V3_EXT_METHOD v3_crl_num = {
0,
0,0,0,0, NULL};
void * s2i_asn1_int(X509V3_EXT_METHOD *meth, X509V3_CTX *ctx, char *value)
static void * s2i_asn1_int(X509V3_EXT_METHOD *meth, X509V3_CTX *ctx, char *value)
{
return s2i_ASN1_INTEGER(meth, value);
}