Add missing statics, and remove the 'tildefriends check' command.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4838 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
@ -189,7 +189,7 @@ int tf_tls_session_get_peer_certificate(tf_tls_session_t* session, char* buffer,
|
||||
}
|
||||
|
||||
#if OPENSSL_VERSION_NUMBER < 0x10100000L
|
||||
bool _tls_session_wildcard_match(const char* pattern, size_t pattern_length, const char* name)
|
||||
static bool _tls_session_wildcard_match(const char* pattern, size_t pattern_length, const char* name)
|
||||
{
|
||||
const char* it = pattern;
|
||||
while (it - pattern < pattern_length && *name)
|
||||
|
Reference in New Issue
Block a user