xref: /onnv-gate/usr/src/lib/libmd/common/mapfile-vers (revision 12692:4341b447c069)
12522Sraf#
22522Sraf# CDDL HEADER START
32522Sraf#
42522Sraf# The contents of this file are subject to the terms of the
52522Sraf# Common Development and Distribution License (the "License").
62522Sraf# You may not use this file except in compliance with the License.
72522Sraf#
82522Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
92522Sraf# or http://www.opensolaris.org/os/licensing.
102522Sraf# See the License for the specific language governing permissions
112522Sraf# and limitations under the License.
122522Sraf#
132522Sraf# When distributing Covered Code, include this CDDL HEADER in each
142522Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
152522Sraf# If applicable, add the following below this CDDL HEADER, with the
162522Sraf# fields enclosed by brackets "[]" replaced with your own identifying
172522Sraf# information: Portions Copyright [yyyy] [name of copyright owner]
182522Sraf#
192522Sraf# CDDL HEADER END
202522Sraf#
212522Sraf#
22*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
232522Sraf#
248744SAli.Bahrami@Sun.COM
258744SAli.Bahrami@Sun.COM#
268744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
278744SAli.Bahrami@Sun.COM#
288744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
298744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
308744SAli.Bahrami@Sun.COM#
318744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
328744SAli.Bahrami@Sun.COM#
338744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
348744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
358744SAli.Bahrami@Sun.COM#
368744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
372522Sraf#
382522Sraf
39*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
40*12692SAli.Bahrami@Oracle.COM
414292Sab196087# Note:
424292Sab196087#
434292Sab196087#	SHA256Update, SHA384Update, and SHA512Update are all
444292Sab196087#	weak aliases for SHA2Update.
454292Sab196087#
464292Sab196087#	SHA256Final, SHA384Final, and SHA512Final are all
474292Sab196087#	weak aliases for SHA2Final
484292Sab196087#
494292Sab196087# We use NODYNSORT to keep the weak aliases out of the .SUNW_dymsymsort
504292Sab196087# ELF section. As a result, ld will put the two main symbols in.
514292Sab196087#
524292Sab196087
534292Sab196087
54*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNW_1.1 {
552522Sraf    global:
562522Sraf	MD4Final;
572522Sraf	MD4Init;
582522Sraf	MD4Update;
592522Sraf	md5_calc;
60*12692SAli.Bahrami@Oracle.COM	MD5Final	{ FLAGS = NODIRECT };	# Addr interpose from testsuite
61*12692SAli.Bahrami@Oracle.COM	MD5Init		{ FLAGS = NODIRECT };	# Addr interpose from testsuite
62*12692SAli.Bahrami@Oracle.COM	MD5Update	{ FLAGS = NODIRECT };	# Addr interpose from testsuite
632522Sraf	SHA1Final;
642522Sraf	SHA1Init;
652522Sraf	SHA1Update;
66*12692SAli.Bahrami@Oracle.COM	SHA256Final	{ FLAGS = NODYNSORT };
672522Sraf	SHA256Init;
68*12692SAli.Bahrami@Oracle.COM	SHA256Update	{ FLAGS = NODYNSORT };
692522Sraf	SHA2Final;
702522Sraf	SHA2Init;
712522Sraf	SHA2Update;
72*12692SAli.Bahrami@Oracle.COM	SHA384Final	{ FLAGS = NODYNSORT };
732522Sraf	SHA384Init;
74*12692SAli.Bahrami@Oracle.COM	SHA384Update	{ FLAGS = NODYNSORT };
75*12692SAli.Bahrami@Oracle.COM	SHA512Final	{ FLAGS = NODYNSORT };
762522Sraf	SHA512Init;
77*12692SAli.Bahrami@Oracle.COM	SHA512Update	{ FLAGS = NODYNSORT };
782522Sraf    local:
792522Sraf	*;
802522Sraf};
81