From c4523de5d013614aea253225daff18d000362d7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 11 Jan 2009 21:38:56 +0000 Subject: [PATCH] add version-script.map git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24222 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/Makefile.am | 9 +++++---- lib/asn1/version-script.map | 6 ++++++ 2 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 lib/asn1/version-script.map diff --git a/lib/asn1/Makefile.am b/lib/asn1/Makefile.am index 2bb083a08..e91e0a2c6 100644 --- a/lib/asn1/Makefile.am +++ b/lib/asn1/Makefile.am @@ -609,20 +609,21 @@ test_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/test.asn1 ./asn1_compile$(EXEEXT) --sequence=TESTSeqOf $(srcdir)/test.asn1 test_asn1 || (rm -f test_asn1_files ; exit 1) EXTRA_DIST = \ + CMS.asn1 \ asn1_err.et \ canthandle.asn1 \ - CMS.asn1 \ digest.asn1 \ k5.asn1 \ kx509.asn1 \ - test.asn1 \ - setchgpw2.asn1 \ pkcs12.asn1 \ pkcs8.asn1 \ pkcs9.asn1 \ pkinit.asn1 \ rfc2459.asn1 \ - test.gen + setchgpw2.asn1 \ + test.asn1 \ + test.gen \ + version-script.map $(srcdir)/der-protos.h: cd $(srcdir) && perl ../../cf/make-proto.pl -q -P comment -o der-protos.h $(dist_libnasn1_la_SOURCES) || rm -f der-protos.h diff --git a/lib/asn1/version-script.map b/lib/asn1/version-script.map new file mode 100644 index 000000000..67f9ff098 --- /dev/null +++ b/lib/asn1/version-script.map @@ -0,0 +1,6 @@ +# Export everything, but put a tag on is so that we make ourself incompatible with older versions + +HEIMDAL_ASN1_1.0 { + global: + *; +};