Skip to content

Instantly share code, notes, and snippets.

@miller45
Created April 29, 2021 19:58
Show Gist options
  • Save miller45/ab1442f4e58fb7bab03ce987c2959897 to your computer and use it in GitHub Desktop.
Save miller45/ab1442f4e58fb7bab03ce987c2959897 to your computer and use it in GitHub Desktop.
--- ./configure.orig 2021-04-29 21:56:27.626359584 +0200
+++ ./configure 2015-04-30 02:53:36.000000000 +0200
@@ -4003,11 +4003,11 @@
#ifdef __cplusplus
extern "C"
#endif
-char OPENSSL_init_ssl ();
+char SSL_library_init ();
int
main ()
{
-return OPENSSL_init_ssl ();
+return SSL_library_init ();
;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment