mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Appease the hungry God of GCC: it hates K&R style unspecified args!
svn:r4470
This commit is contained in:
+2
-1
@@ -148,7 +148,8 @@ tor_tls_get_error(tor_tls *tls, int r, int extra,
|
||||
/** Initialize OpenSSL, unless it has already been initialized.
|
||||
*/
|
||||
static void
|
||||
tor_tls_init() {
|
||||
tor_tls_init(void)
|
||||
{
|
||||
if (!tls_library_is_initialized) {
|
||||
SSL_library_init();
|
||||
SSL_load_error_strings();
|
||||
|
||||
Reference in New Issue
Block a user