1159d09a2SMark Phalan# 2159d09a2SMark Phalan# CDDL HEADER START 3159d09a2SMark Phalan# 4159d09a2SMark Phalan# The contents of this file are subject to the terms of the 5159d09a2SMark Phalan# Common Development and Distribution License (the "License"). 6159d09a2SMark Phalan# You may not use this file except in compliance with the License. 7159d09a2SMark Phalan# 8159d09a2SMark Phalan# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9159d09a2SMark Phalan# or http://www.opensolaris.org/os/licensing. 10159d09a2SMark Phalan# See the License for the specific language governing permissions 11159d09a2SMark Phalan# and limitations under the License. 12159d09a2SMark Phalan# 13159d09a2SMark Phalan# When distributing Covered Code, include this CDDL HEADER in each 14159d09a2SMark Phalan# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15159d09a2SMark Phalan# If applicable, add the following below this CDDL HEADER, with the 16159d09a2SMark Phalan# fields enclosed by brackets "[]" replaced with your own identifying 17159d09a2SMark Phalan# information: Portions Copyright [yyyy] [name of copyright owner] 18159d09a2SMark Phalan# 19159d09a2SMark Phalan# CDDL HEADER END 20159d09a2SMark Phalan# 21159d09a2SMark Phalan# 22*cd3e9333SAli Bahrami# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. 23159d09a2SMark Phalan# 24159d09a2SMark Phalan# 25159d09a2SMark Phalan 26bfed486aSAli Bahrami# 27bfed486aSAli Bahrami# MAPFILE HEADER START 28bfed486aSAli Bahrami# 29bfed486aSAli Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in 31bfed486aSAli Bahrami# 32bfed486aSAli Bahrami# usr/src/lib/README.mapfiles 33bfed486aSAli Bahrami# 34bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current 35bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance. 36bfed486aSAli Bahrami# 37bfed486aSAli Bahrami# MAPFILE HEADER END 38bfed486aSAli Bahrami# 39bfed486aSAli Bahrami 40159d09a2SMark Phalan# Due to mistakes made early in the history of this library, there are 41159d09a2SMark Phalan# no SUNW_1.1 symbols, but the version is now kept as a placeholder. 42159d09a2SMark Phalan# Don't add any symbols to this version. 43159d09a2SMark Phalan 44*cd3e9333SAli Bahrami$mapfile_version 2 45*cd3e9333SAli Bahrami 46*cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate_1.1 { 47159d09a2SMark Phalan global: 48159d09a2SMark Phalan preauthentication_client_1; 49159d09a2SMark Phalan preauthentication_server_1; 50159d09a2SMark Phalan local: 51159d09a2SMark Phalan *; 52159d09a2SMark Phalan}; 53