10cd13cbfSwyllys# 20cd13cbfSwyllys# CDDL HEADER START 30cd13cbfSwyllys# 40cd13cbfSwyllys# The contents of this file are subject to the terms of the 50cd13cbfSwyllys# Common Development and Distribution License (the "License"). 60cd13cbfSwyllys# You may not use this file except in compliance with the License. 70cd13cbfSwyllys# 80cd13cbfSwyllys# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 90cd13cbfSwyllys# or http://www.opensolaris.org/os/licensing. 100cd13cbfSwyllys# See the License for the specific language governing permissions 110cd13cbfSwyllys# and limitations under the License. 120cd13cbfSwyllys# 130cd13cbfSwyllys# When distributing Covered Code, include this CDDL HEADER in each 140cd13cbfSwyllys# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 150cd13cbfSwyllys# If applicable, add the following below this CDDL HEADER, with the 160cd13cbfSwyllys# fields enclosed by brackets "[]" replaced with your own identifying 170cd13cbfSwyllys# information: Portions Copyright [yyyy] [name of copyright owner] 180cd13cbfSwyllys# 190cd13cbfSwyllys# CDDL HEADER END 200cd13cbfSwyllys# 21*cd3e9333SAli Bahrami# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. 220cd13cbfSwyllys# 23bfed486aSAli Bahrami 24bfed486aSAli Bahrami# 25bfed486aSAli Bahrami# MAPFILE HEADER START 26bfed486aSAli Bahrami# 27bfed486aSAli Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 28bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in 29bfed486aSAli Bahrami# 30bfed486aSAli Bahrami# usr/src/lib/README.mapfiles 31bfed486aSAli Bahrami# 32bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current 33bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance. 34bfed486aSAli Bahrami# 35bfed486aSAli Bahrami# MAPFILE HEADER END 360cd13cbfSwyllys# 370cd13cbfSwyllys 38*cd3e9333SAli Bahrami$mapfile_version 2 39*cd3e9333SAli Bahrami 40*cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.0 { 410cd13cbfSwyllys global: 420cd13cbfSwyllys crypt_genhash_impl; 430cd13cbfSwyllys crypt_gensalt_impl; 440cd13cbfSwyllys local: 450cd13cbfSwyllys *; 460cd13cbfSwyllys}; 47