remove unused static function
This commit is contained in:
parent
385d81380c
commit
0826c85f4c
@ -1212,8 +1212,10 @@ err2:
|
||||
return(NULL);
|
||||
}
|
||||
|
||||
#if 0
|
||||
static void SSL_COMP_free(SSL_COMP *comp)
|
||||
{ OPENSSL_free(comp); }
|
||||
#endif
|
||||
|
||||
void SSL_CTX_free(SSL_CTX *a)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user