diff options
Diffstat (limited to 'lib/libtasn1.map')
-rw-r--r-- | lib/libtasn1.map | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/lib/libtasn1.map b/lib/libtasn1.map index 007925c..a78db52 100644 --- a/lib/libtasn1.map +++ b/lib/libtasn1.map @@ -1,19 +1,21 @@ -# Copyright (C) 2009-2014 Free Software Foundation, Inc. +# Copyright (C) 2009-2022 Free Software Foundation, Inc. # # This file is part of LIBTASN1. # -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. +# The LIBTASN1 library is free software; you can redistribute it +# and/or modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. # -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# This library is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA LIBTASN1_0_3 { @@ -61,3 +63,8 @@ LIBTASN1_0_3 local: *; }; + +LIBTASN1_4_16_0 { + global: + asn1_object_id_der; +} LIBTASN1_0_3; |