mapfile revision 734b6a94890be549309b21156f8ed6d4561cac51
830N/A#
830N/A# CDDL HEADER START
830N/A#
830N/A# The contents of this file are subject to the terms of the
830N/A# Common Development and Distribution License (the "License").
830N/A# You may not use this file except in compliance with the License.
830N/A#
830N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
830N/A# or http://www.opensolaris.org/os/licensing.
830N/A# See the License for the specific language governing permissions
830N/A# and limitations under the License.
830N/A#
830N/A# When distributing Covered Code, include this CDDL HEADER in each
830N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
830N/A# If applicable, add the following below this CDDL HEADER, with the
830N/A# fields enclosed by brackets "[]" replaced with your own identifying
830N/A# information: Portions Copyright [yyyy] [name of copyright owner]
830N/A#
830N/A# CDDL HEADER END
830N/A#
830N/A#
830N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
839N/A# Use is subject to license terms.
839N/A#
830N/A#pragma ident "%Z%%M% %I% %E% SMI"
830N/A
830N/ASUNW_1.1 {
830N/A global:
830N/A MD5Init;
830N/A MD5Update;
830N/A MD5Final;
830N/A SHA1Init;
830N/A SHA1Update;
830N/A SHA1Final;
830N/A local:
830N/A *;
830N/A};
830N/A