xref: /onnv-gate/usr/src/lib/crypt_modules/sha256/mapfile-vers (revision 8744:03d5725cda56)
16532Swyllys#
26532Swyllys# CDDL HEADER START
36532Swyllys#
46532Swyllys# The contents of this file are subject to the terms of the
56532Swyllys# Common Development and Distribution License (the "License").
66532Swyllys# You may not use this file except in compliance with the License.
76532Swyllys#
86532Swyllys# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
96532Swyllys# or http://www.opensolaris.org/os/licensing.
106532Swyllys# See the License for the specific language governing permissions
116532Swyllys# and limitations under the License.
126532Swyllys#
136532Swyllys# When distributing Covered Code, include this CDDL HEADER in each
146532Swyllys# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
156532Swyllys# If applicable, add the following below this CDDL HEADER, with the
166532Swyllys# fields enclosed by brackets "[]" replaced with your own identifying
176532Swyllys# information: Portions Copyright [yyyy] [name of copyright owner]
186532Swyllys#
196532Swyllys# CDDL HEADER END
206532Swyllys#
21*8744SAli.Bahrami@Sun.COM# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
226532Swyllys# Use is subject to license terms.
236532Swyllys#
24*8744SAli.Bahrami@Sun.COM
25*8744SAli.Bahrami@Sun.COM#
26*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
27*8744SAli.Bahrami@Sun.COM#
28*8744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
29*8744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
30*8744SAli.Bahrami@Sun.COM#
31*8744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
32*8744SAli.Bahrami@Sun.COM#
33*8744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
34*8744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
35*8744SAli.Bahrami@Sun.COM#
36*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
376532Swyllys#
386532Swyllys
396532SwyllysSUNW_1.0 {
406532Swyllys    global:
416532Swyllys	crypt_genhash_impl;
426532Swyllys	crypt_gensalt_impl;
436532Swyllys    local:
446532Swyllys	*;
456532Swyllys};
46