11694Sdarrenm# 21694Sdarrenm# CDDL HEADER START 31694Sdarrenm# 41694Sdarrenm# The contents of this file are subject to the terms of the 51694Sdarrenm# Common Development and Distribution License (the "License"). 61694Sdarrenm# You may not use this file except in compliance with the License. 71694Sdarrenm# 81694Sdarrenm# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 91694Sdarrenm# or http://www.opensolaris.org/os/licensing. 101694Sdarrenm# See the License for the specific language governing permissions 111694Sdarrenm# and limitations under the License. 121694Sdarrenm# 131694Sdarrenm# When distributing Covered Code, include this CDDL HEADER in each 141694Sdarrenm# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 151694Sdarrenm# If applicable, add the following below this CDDL HEADER, with the 161694Sdarrenm# fields enclosed by brackets "[]" replaced with your own identifying 171694Sdarrenm# information: Portions Copyright [yyyy] [name of copyright owner] 181694Sdarrenm# 191694Sdarrenm# CDDL HEADER END 201694Sdarrenm# 21*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. 221694Sdarrenm# 238744SAli.Bahrami@Sun.COM 248744SAli.Bahrami@Sun.COM# 258744SAli.Bahrami@Sun.COM# MAPFILE HEADER START 268744SAli.Bahrami@Sun.COM# 278744SAli.Bahrami@Sun.COM# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 288744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in 298744SAli.Bahrami@Sun.COM# 308744SAli.Bahrami@Sun.COM# usr/src/lib/README.mapfiles 318744SAli.Bahrami@Sun.COM# 328744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current 338744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance. 348744SAli.Bahrami@Sun.COM# 358744SAli.Bahrami@Sun.COM# MAPFILE HEADER END 368744SAli.Bahrami@Sun.COM# 371694Sdarrenm 381694Sdarrenm# 391694Sdarrenm# DO NOT TOUCH THIS FILE. 401694Sdarrenm# This file declares interfaces that are cast in stone. 411694Sdarrenm# The real interface is now libmd, libmd5 is just a filter library 421694Sdarrenm# for legacy reasons. 431694Sdarrenm# They offer interfaces that will never change. 441694Sdarrenm# DO NOT TOUCH THIS FILE. 451694Sdarrenm# 461694Sdarrenm 471694Sdarrenm 48*12692SAli.Bahrami@Oracle.COM$mapfile_version 2 49*12692SAli.Bahrami@Oracle.COM 50*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNW_1.1 { 511694Sdarrenm global: 52*12692SAli.Bahrami@Oracle.COM MD5Init { TYPE = FUNCTION }; 53*12692SAli.Bahrami@Oracle.COM MD5Update { TYPE = FUNCTION }; 54*12692SAli.Bahrami@Oracle.COM MD5Final { TYPE = FUNCTION }; 55*12692SAli.Bahrami@Oracle.COM md5_calc { TYPE = FUNCTION }; 561694Sdarrenm}; 57