add missing 'static'
This commit is contained in:
parent
fb044c592d
commit
a91451ef13
@ -631,7 +631,7 @@ static X509_STORE *setup_verify(char *CAfile, char *CApath)
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
int save_certs(char *signerfile, STACK_OF(X509) *signers)
|
static int save_certs(char *signerfile, STACK_OF(X509) *signers)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
BIO *tmp;
|
BIO *tmp;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user