summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-03-10 17:07:03 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-03-10 17:07:03 +0100
commit36737800a82352bb39dcc698ba914b875ab1f5b3 (patch)
tree783bc6f4f7d953d2062629350b40feceb1b1e6a8
parenta33103c878a67dc9bb3a7546f27a11d488e9b417 (diff)
downloadgnutls-36737800a82352bb39dcc698ba914b875ab1f5b3.tar.gz
increased the so version of libgnutls-openssl.
-rw-r--r--NEWS3
-rw-r--r--lib/m4/hooks.m44
-rw-r--r--libextra/Makefile.am2
3 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 42756e4765..949b2b331d 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@ See the end for copying conditions.
* Version 2.xx.y (unreleased)
+** libgnutls-openssl: modified to use modern gnutls' functions.
+This introduces an ABI incompatibility with previous versions.
+
** API and ABI modifications:
No changes since last version.
diff --git a/lib/m4/hooks.m4 b/lib/m4/hooks.m4
index d75ae3a4a6..d9a91d334b 100644
--- a/lib/m4/hooks.m4
+++ b/lib/m4/hooks.m4
@@ -30,6 +30,10 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
AC_SUBST(LT_REVISION, 7)
AC_SUBST(LT_AGE, 18)
+ AC_SUBST(LT_SSL_CURRENT, 27)
+ AC_SUBST(LT_SSL_REVISION, 0)
+ AC_SUBST(LT_SSL_AGE, 0)
+
AC_SUBST(CXX_LT_CURRENT, 27)
AC_SUBST(CXX_LT_REVISION, 0)
AC_SUBST(CXX_LT_AGE, 0)
diff --git a/libextra/Makefile.am b/libextra/Makefile.am
index fd95a9e95f..1daa7fb465 100644
--- a/libextra/Makefile.am
+++ b/libextra/Makefile.am
@@ -64,7 +64,7 @@ libgnutls_openssl_la_SOURCES = gnutls_openssl.c openssl_compat.h \
libgnutls_openssl_la_LIBADD = ../lib/gl/liblgnu.la $(LIBSOCKET) \
../lib/libgnutls.la
-libgnutls_openssl_la_LDFLAGS += -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+libgnutls_openssl_la_LDFLAGS += -version-info $(LT_SSL_CURRENT):$(LT_SSL_REVISION):$(LT_SSL_AGE)
if ENABLE_MINITASN1
libgnutls_openssl_la_LIBADD += ../lib/minitasn1/libminitasn1.la