mapfile-vers revision 12692:4341b447c069
155714Skris#
255714Skris# Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
355714Skris#
455714Skris# CDDL HEADER START
555714Skris#
655714Skris# The contents of this file are subject to the terms of the
755714Skris# Common Development and Distribution License (the "License").
8280304Sjkim# You may not use this file except in compliance with the License.
955714Skris#
1055714Skris# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1155714Skris# or http://www.opensolaris.org/os/licensing.
1255714Skris# See the License for the specific language governing permissions
1355714Skris# and limitations under the License.
1455714Skris#
15280304Sjkim# When distributing Covered Code, include this CDDL HEADER in each
1655714Skris# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1755714Skris# If applicable, add the following below this CDDL HEADER, with the
1855714Skris# fields enclosed by brackets "[]" replaced with your own identifying
1955714Skris# information: Portions Copyright [yyyy] [name of copyright owner]
2055714Skris#
2155714Skris# CDDL HEADER END
22280304Sjkim#
2355714Skris# Generic interface definition for:
2455714Skris# 	usr/src/lib/gss_mechs/mech_dh/backend/mech_dh.so.1
2555714Skris#
2655714Skris
2755714Skris#
2855714Skris# MAPFILE HEADER START
2955714Skris#
3055714Skris# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
3155714Skris# Object versioning must comply with the rules detailed in
3255714Skris#
3355714Skris#	usr/src/lib/README.mapfiles
3455714Skris#
3555714Skris# You should not be making modifications here until you've read the most current
3655714Skris# copy of that file. If you need help, contact a gatekeeper for guidance.
37280304Sjkim#
3855714Skris# MAPFILE HEADER END
3955714Skris#
40280304Sjkim
4155714Skris$mapfile_version 2
4255714Skris
4355714SkrisSYMBOL_VERSION SUNWprivate_1.1 {
4455714Skris	global:
4555714Skris		gss_mech_initialize;  # Entry point for libgss
4655714Skris
4755714Skris	# Entry points for libnsl
4855714Skris		__dl_gen_common_dhkeys; 
4955714Skris		__dl_gen_dhkeys;
5055714Skris	local:
5155714Skris		*;
52280304Sjkim};
5355714Skris