1029N/A# The contents of this file are subject to the terms of the
246N/A# Common Development and Distribution License (the "License").
246N/A# You may not use this file except in compliance with the License.
246N/A# See the License for the specific language governing permissions
131N/A# and limitations under the License.
131N/A# When distributing Covered Code, include this CDDL HEADER in each
1086N/A# If applicable, add the following below this CDDL HEADER, with the
131N/A# fields enclosed by brackets "[]" replaced with your own identifying
725N/A# information: Portions Copyright [yyyy] [name of copyright owner]
131N/A# Copyright (c) 2006, 2010, Oracle
and/or its affiliates. All rights reserved.
131N/A# Copyright 2013 Saso Kiselkov. All rights reserved.
131N/A# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
131N/A# Object versioning must comply with the rules detailed in
1029N/A# You should not be making modifications here until you've read the most current
131N/A# copy of that file. If you need help, contact a gatekeeper for guidance.
1416N/A# SHA256Update, SHA384Update, and SHA512Update are all
1416N/A# weak aliases for SHA2Update.
1416N/A# SHA256Final, SHA384Final, and SHA512Final are all
1318N/A# weak aliases for SHA2Final
1416N/A# We use NODYNSORT to keep the weak aliases out of the .SUNW_dymsymsort
1416N/A# ELF section. As a result, ld will put the two main symbols in.
1416N/ASYMBOL_VERSION ILLUMOS_0.1 {
131N/ASYMBOL_VERSION SUNW_1.1 {
131N/A MD5Final { FLAGS = NODIRECT }; # Addr interpose from testsuite
131N/A MD5Init { FLAGS = NODIRECT }; # Addr interpose from testsuite
131N/A MD5Update { FLAGS = NODIRECT }; # Addr interpose from testsuite
131N/A SHA256Final { FLAGS = NODYNSORT };
927N/A SHA256Update { FLAGS = NODYNSORT };
131N/A SHA384Final { FLAGS = NODYNSORT };
131N/A SHA384Update { FLAGS = NODYNSORT };
131N/A SHA512Final { FLAGS = NODYNSORT };
1318N/A SHA512Update { FLAGS = NODYNSORT };