xref: /onnv-gate/usr/src/lib/krb5/plugins/preauth/pkinit/mapfile-vers (revision 12692:4341b447c069)
17934SMark.Phalan@Sun.COM#
27934SMark.Phalan@Sun.COM# CDDL HEADER START
37934SMark.Phalan@Sun.COM#
47934SMark.Phalan@Sun.COM# The contents of this file are subject to the terms of the
57934SMark.Phalan@Sun.COM# Common Development and Distribution License (the "License").
67934SMark.Phalan@Sun.COM# You may not use this file except in compliance with the License.
77934SMark.Phalan@Sun.COM#
87934SMark.Phalan@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
97934SMark.Phalan@Sun.COM# or http://www.opensolaris.org/os/licensing.
107934SMark.Phalan@Sun.COM# See the License for the specific language governing permissions
117934SMark.Phalan@Sun.COM# and limitations under the License.
127934SMark.Phalan@Sun.COM#
137934SMark.Phalan@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each
147934SMark.Phalan@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
157934SMark.Phalan@Sun.COM# If applicable, add the following below this CDDL HEADER, with the
167934SMark.Phalan@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying
177934SMark.Phalan@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner]
187934SMark.Phalan@Sun.COM#
197934SMark.Phalan@Sun.COM# CDDL HEADER END
207934SMark.Phalan@Sun.COM#
217934SMark.Phalan@Sun.COM#
22*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
237934SMark.Phalan@Sun.COM#
247934SMark.Phalan@Sun.COM#
257934SMark.Phalan@Sun.COM
268744SAli.Bahrami@Sun.COM#
278744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
288744SAli.Bahrami@Sun.COM#
298744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
308744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
318744SAli.Bahrami@Sun.COM#
328744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
338744SAli.Bahrami@Sun.COM#
348744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
358744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
368744SAli.Bahrami@Sun.COM#
378744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
388744SAli.Bahrami@Sun.COM#
398744SAli.Bahrami@Sun.COM
407934SMark.Phalan@Sun.COM# Due to mistakes made early in the history of this library, there are
417934SMark.Phalan@Sun.COM# no SUNW_1.1 symbols, but the version is now kept as a placeholder.
427934SMark.Phalan@Sun.COM# Don't add any symbols to this version.
437934SMark.Phalan@Sun.COM
44*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
45*12692SAli.Bahrami@Oracle.COM
46*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 {
477934SMark.Phalan@Sun.COM    global:
487934SMark.Phalan@Sun.COM	preauthentication_client_1;
497934SMark.Phalan@Sun.COM	preauthentication_server_1;
507934SMark.Phalan@Sun.COM    local:
517934SMark.Phalan@Sun.COM        *;
527934SMark.Phalan@Sun.COM};
53