gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnutls-dev] Missing symbol in libgnutls-extra.so


From: Ivo Timmermans
Subject: [gnutls-dev] Missing symbol in libgnutls-extra.so
Date: Tue, 28 Oct 2003 18:31:22 +0100
User-agent: Mutt/1.5.4i

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
--- 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: *;
 };

reply via email to

[Prev in Thread] Current Thread [Next in Thread]