Skip to content

Commit 468acca

Browse files
author
Michael Penick
committed
Fix formatting
1 parent 246e8a0 commit 468acca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ssl/ssl_openssl_impl.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -620,11 +620,11 @@ void free(void* ptr, const char* file, int line) { Memory::free(ptr); }
620620
void OpenSslContextFactory::internal_init() {
621621
CRYPTO_set_mem_functions(openssl::malloc, openssl::realloc, openssl::free);
622622

623-
#if OPENSSL_VERSION_NUMBER < 0x10100000L
623+
#if OPENSSL_VERSION_NUMBER < 0x10100000L
624624
SSL_library_init();
625625
SSL_load_error_strings();
626626
OpenSSL_add_all_algorithms();
627-
#endif
627+
#endif
628628

629629
#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
630630
// We have to set the lock/id callbacks for use of OpenSSL thread safety.

0 commit comments

Comments
 (0)