1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

make _get_rfc2253_formatted static

This commit is contained in:
Tim Rühsen 2014-10-31 09:25:21 +01:00
parent 4ea40809cb
commit fb8f81040a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-10-31 Tim Ruehsen <tim.ruehsen@gmx.de>
* openssl.c: make _get_rfc2253_formatted() static
2014-10-30 Mike Frysinger <vapier@gentoo.org>
* openssl.c: fix implicit decl warning

View File

@ -574,7 +574,7 @@ pattern_match (const char *pattern, const char *string)
return *n == '\0';
}
char *_get_rfc2253_formatted (X509_NAME *name)
static char *_get_rfc2253_formatted (X509_NAME *name)
{
int len;
char *out = NULL;