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:
parent
4ea40809cb
commit
fb8f81040a
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user