Appease the hungry God of GCC: it hates K&R style unspecified args!

svn:r4470
This commit is contained in:
Nick Mathewson
2005-06-21 01:07:32 +00:00
parent 419d647353
commit a37db0da26
+2 -1
View File
@@ -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();