From 432b1cfa9033bd90aa45d7204de6c79641dd5d2a Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Sat, 11 Feb 2006 11:01:20 +0000 Subject: [PATCH] Bump ABI version to 0.3. Don't export _asn1*. --- lib/libtasn1.vers | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libtasn1.vers b/lib/libtasn1.vers index e4b8a46..83fbd60 100644 --- a/lib/libtasn1.vers +++ b/lib/libtasn1.vers @@ -1,5 +1,5 @@ -LIBTASN1_0_2 +LIBTASN1_0_3 { - global: _asn1*; asn1*; libtasn1*; + global: asn1*; libtasn1*; local: *; }; -- 2.11.4.GIT