mapfile-vers revision bfed486ad8de8b8ebc6345a8e10accae08bf2f45
55accf49e32ff93bfdd92961cb54ccc8c329147cTimo Sirainen# CDDL HEADER START
50e4970035d1278597d13cac6c5ae26e7af93025Timo Sirainen# The contents of this file are subject to the terms of the
50e4970035d1278597d13cac6c5ae26e7af93025Timo Sirainen# Common Development and Distribution License (the "License").
14af7be4aa26d55c341cd6efe32bb2add2c39830Aki Tuomi# You may not use this file except in compliance with the License.
14102a0c5db8828ca8c7751ec96587fadc97a0bcTimo Sirainen# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14af7be4aa26d55c341cd6efe32bb2add2c39830Aki Tuomi# See the License for the specific language governing permissions
aaa1b6bb4cd2d7f8f4e7977d61176ea1c8f7e32bAki Tuomi# and limitations under the License.
14af7be4aa26d55c341cd6efe32bb2add2c39830Aki Tuomi# When distributing Covered Code, include this CDDL HEADER in each
55accf49e32ff93bfdd92961cb54ccc8c329147cTimo Sirainen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
55accf49e32ff93bfdd92961cb54ccc8c329147cTimo Sirainen# If applicable, add the following below this CDDL HEADER, with the
14af7be4aa26d55c341cd6efe32bb2add2c39830Aki Tuomi# fields enclosed by brackets "[]" replaced with your own identifying
05128fda80748e107bccdece0a3d23551e99e8f3Timo Sirainen# information: Portions Copyright [yyyy] [name of copyright owner]
79ec87ea6861e2dd447f69ab44a7cc4e4fce3fddAki Tuomi# CDDL HEADER END
14af7be4aa26d55c341cd6efe32bb2add2c39830Aki Tuomi# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
14af7be4aa26d55c341cd6efe32bb2add2c39830Aki Tuomi# Use is subject to license terms.
14af7be4aa26d55c341cd6efe32bb2add2c39830Aki Tuomi# MAPFILE HEADER START
14af7be4aa26d55c341cd6efe32bb2add2c39830Aki Tuomi# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
14af7be4aa26d55c341cd6efe32bb2add2c39830Aki Tuomi# Object versioning must comply with the rules detailed in
3fd8086f71f25a68e33993e24123b10b671dac67Aki Tuomi# You should not be making modifications here until you've read the most current
3fd8086f71f25a68e33993e24123b10b671dac67Aki Tuomi# copy of that file. If you need help, contact a gatekeeper for guidance.
14102a0c5db8828ca8c7751ec96587fadc97a0bcTimo Sirainen# MAPFILE HEADER END
14af7be4aa26d55c341cd6efe32bb2add2c39830Aki Tuomi# SHA256Update, SHA384Update, and SHA512Update are all
14af7be4aa26d55c341cd6efe32bb2add2c39830Aki Tuomi# weak aliases for SHA2Update.
14af7be4aa26d55c341cd6efe32bb2add2c39830Aki Tuomi# SHA256Final, SHA384Final, and SHA512Final are all
79ec87ea6861e2dd447f69ab44a7cc4e4fce3fddAki Tuomi# weak aliases for SHA2Final
14af7be4aa26d55c341cd6efe32bb2add2c39830Aki Tuomi# We use NODYNSORT to keep the weak aliases out of the .SUNW_dymsymsort
14af7be4aa26d55c341cd6efe32bb2add2c39830Aki Tuomi# ELF section. As a result, ld will put the two main symbols in.
55accf49e32ff93bfdd92961cb54ccc8c329147cTimo Sirainen MD5Final = NODIRECT; # Address interposition from testsuite
14af7be4aa26d55c341cd6efe32bb2add2c39830Aki Tuomi MD5Init = NODIRECT; # Address interposition from testsuite
14af7be4aa26d55c341cd6efe32bb2add2c39830Aki Tuomi MD5Update = NODIRECT; # Address interposition from testsuite
14af7be4aa26d55c341cd6efe32bb2add2c39830Aki Tuomi SHA256Final = NODYNSORT;
3fd8086f71f25a68e33993e24123b10b671dac67Aki Tuomi SHA256Update = NODYNSORT;
aaa1b6bb4cd2d7f8f4e7977d61176ea1c8f7e32bAki Tuomi SHA384Final = NODYNSORT;
aaa1b6bb4cd2d7f8f4e7977d61176ea1c8f7e32bAki Tuomi SHA384Update = NODYNSORT;
79bbb900ffba886779474dfb04c41408f0ba0602Timo Sirainen SHA512Final = NODYNSORT;
50e4970035d1278597d13cac6c5ae26e7af93025Timo Sirainen SHA512Update = NODYNSORT;