Skip to content

Commit e034d83

Browse files
committed
Added missing parenthesis
1 parent 0657095 commit e034d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

X509.xs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ BOOT:
329329
}
330330
#if OPENSSL_VERSION_NUMBER < 0x10100000
331331
ERR_load_crypto_strings();
332-
OPENSSL_add_all_algorithms_conf;
332+
OPENSSL_add_all_algorithms_conf();
333333
#endif
334334
}
335335

0 commit comments

Comments
 (0)