summaryrefslogtreecommitdiff
path: root/net-im/jabberd/files/jabberd-1.4.4-openssl-0.9.8.patch
authorMichael Krelin <hacker@klever.net>2007-04-22 23:23:39 (UTC)
committer Michael Krelin <hacker@klever.net>2007-04-22 23:23:39 (UTC)
commitd63aa3793906423bd3bffe6ab55578c162bfbbda (patch) (side-by-side diff)
tree575b6dd5d44cf5166d42b62b59f7c0623c614fc6 /net-im/jabberd/files/jabberd-1.4.4-openssl-0.9.8.patch
parent4243b8fe439f0f819b797d908345bd8ffc067ead (diff)
downloadmisc-d63aa3793906423bd3bffe6ab55578c162bfbbda.zip
misc-d63aa3793906423bd3bffe6ab55578c162bfbbda.tar.gz
misc-d63aa3793906423bd3bffe6ab55578c162bfbbda.tar.bz2
net-im/jabberd: imported from portage
Diffstat (limited to 'net-im/jabberd/files/jabberd-1.4.4-openssl-0.9.8.patch') (more/less context) (ignore whitespace changes)
-rw-r--r--net-im/jabberd/files/jabberd-1.4.4-openssl-0.9.8.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/jabberd/files/jabberd-1.4.4-openssl-0.9.8.patch b/net-im/jabberd/files/jabberd-1.4.4-openssl-0.9.8.patch
new file mode 100644
index 0000000..12df5df
--- a/dev/null
+++ b/net-im/jabberd/files/jabberd-1.4.4-openssl-0.9.8.patch
@@ -0,0 +1,11 @@
+diff -Nru --exclude=tags jabberd-1.4.4/jabberd/mio_ssl.c jabberd-1.4.4.fixed/jabberd/mio_ssl.c
+--- jabberd-1.4.4/jabberd/mio_ssl.c 2005-04-16 00:07:23.000000000 +0200
++++ jabberd-1.4.4.fixed/jabberd/mio_ssl.c 2006-09-12 18:23:35.000000000 +0200
+@@ -103,6 +103,7 @@
+
+ log_debug2(ZONE, LOGT_INIT|LOGT_CONFIG, "Handling configuration using: %s", xmlnode2str(x));
+ /* Generic SSL Inits */
++ SSL_library_init();
+ OpenSSL_add_all_algorithms();
+ SSL_load_error_strings();
+