summaryrefslogtreecommitdiff
path: root/libextra
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-02-16 09:17:09 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-02-16 09:17:09 +0000
commit948930968232c16e32fe6e3d8012f750afcfbcd3 (patch)
tree114e3144e84a9b8ccea2911133ca952c67ed3035 /libextra
parenta6e2184579287db3cec85e7fbd49e34fdce8cd44 (diff)
downloadgnutls-948930968232c16e32fe6e3d8012f750afcfbcd3.tar.gz
The RSA and DH parameter handling has been updated.
Diffstat (limited to 'libextra')
-rw-r--r--libextra/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libextra/Makefile.am b/libextra/Makefile.am
index 52ad8af166..268aa66335 100644
--- a/libextra/Makefile.am
+++ b/libextra/Makefile.am
@@ -18,7 +18,7 @@ COBJECTS_EXTRA = ext_srp.c \
auth_srp_rsa.c
libgnutls_extra_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
- $(LIBOPENCDK_LIBS) $(LZO_LINK) -export-symbols gnutls-extra.sym
+ $(LIBOPENCDK_LIBS) $(LZO_LINK) #-export-symbols gnutls-extra.sym
libgnutls_extra_la_LIBADD = $(LZO_OBJECTS) ../lib/libgnutls.la
libgnutls_extra_la_DEPENDENCIES = $(LZO_OBJECTS)