Created
April 29, 2021 19:52
-
-
Save miller45/7e451d923624d1fca4d0c475b38e326e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- ./tls.c.orig 2020-04-29 03:50:32.700402228 +0100 | |
+++ ./tls.c 2020-04-29 03:51:18.758402228 +0100 | |
@@ -186,7 +186,7 @@ | |
if (!initialized) | |
{ | |
- SSL_library_init(); | |
+// SSL_library_init(); | |
if (!RAND_status()) | |
{ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment