mirror of
https://github.com/mirror/wget.git
synced 2025-02-21 17:24:08 +08: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>
|
2014-10-30 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* openssl.c: fix implicit decl warning
|
* openssl.c: fix implicit decl warning
|
||||||
|
@ -574,7 +574,7 @@ pattern_match (const char *pattern, const char *string)
|
|||||||
return *n == '\0';
|
return *n == '\0';
|
||||||
}
|
}
|
||||||
|
|
||||||
char *_get_rfc2253_formatted (X509_NAME *name)
|
static char *_get_rfc2253_formatted (X509_NAME *name)
|
||||||
{
|
{
|
||||||
int len;
|
int len;
|
||||||
char *out = NULL;
|
char *out = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user