[gnutls-dev] Missing symbol in libgnutls-extra.so
Ivo Timmermans
ivo at o2w.nl
Tue Oct 28 18:31:22 CET 2003
Hi,
Since it is not mentioned in libgnutls-extra.vers,
OpenSSL_add_all_algorithms() is not exported in libgnutls-extra.so.
This matters for gnutls 0.9.9x only; a trivial patch is attached.
Ivo
--
We don't know how the Internet really works. We know how it should
work, but we are constantly surprised.
- Bruce Schneier
-------------- next part --------------
--- libgnutls-extra.vers.orig 2003-09-12 19:22:41.000000000 +0200
+++ libgnutls-extra.vers 2003-10-28 18:28:51.000000000 +0100
@@ -1,5 +1,5 @@
GNUTLS_1_0
{
- global: gnutls*; SSL*; TLS*; X509*; BIO*; ERR*; RAND*; MD5*; RIPEMD160*;
+ global: gnutls*; OpenSSL*; SSL*; TLS*; X509*; BIO*; ERR*; RAND*; MD5*; RIPEMD160*;
local: *;
};
More information about the Gnutls-devel
mailing list