]> git.pld-linux.org Git - packages/openssl.git/commitdiff
- SSLeay_add_ssl_algorithms
authorspeedy <speedy@pld-linux.org>
Wed, 2 Feb 2005 09:21:09 +0000 (09:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssl-ssl-algs.patch -> 1.1

openssl-ssl-algs.patch [new file with mode: 0644]

diff --git a/openssl-ssl-algs.patch b/openssl-ssl-algs.patch
new file mode 100644 (file)
index 0000000..21cdd0a
--- /dev/null
@@ -0,0 +1,11 @@
+--- openssl-0.9.7e.orig/ssl/ssl_algs.c
++++ openssl-0.9.7e/ssl/ssl_algs.c
+@@ -109,3 +109,8 @@
+       return(1);
+       }
++#undef SSLeay_add_ssl_algorithms
++int SSLeay_add_ssl_algorithms(void)
++    {
++         return SSL_library_init();
++    }
This page took 0.25905 seconds and 4 git commands to generate.