mapfile-vers revision bfed486ad8de8b8ebc6345a8e10accae08bf2f45
36a048753a41b465ae130b361fb3b68c605e3e86kiirala# CDDL HEADER START
36a048753a41b465ae130b361fb3b68c605e3e86kiirala# The contents of this file are subject to the terms of the
36a048753a41b465ae130b361fb3b68c605e3e86kiirala# Common Development and Distribution License (the "License").
36a048753a41b465ae130b361fb3b68c605e3e86kiirala# You may not use this file except in compliance with the License.
36a048753a41b465ae130b361fb3b68c605e3e86kiirala# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
36a048753a41b465ae130b361fb3b68c605e3e86kiirala# See the License for the specific language governing permissions
f727367dddbf050f0a7d33757e9290f571cbd492kiirala# and limitations under the License.
36a048753a41b465ae130b361fb3b68c605e3e86kiirala# When distributing Covered Code, include this CDDL HEADER in each
36a048753a41b465ae130b361fb3b68c605e3e86kiirala# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
36a048753a41b465ae130b361fb3b68c605e3e86kiirala# If applicable, add the following below this CDDL HEADER, with the
36a048753a41b465ae130b361fb3b68c605e3e86kiirala# fields enclosed by brackets "[]" replaced with your own identifying
36a048753a41b465ae130b361fb3b68c605e3e86kiirala# information: Portions Copyright [yyyy] [name of copyright owner]
36a048753a41b465ae130b361fb3b68c605e3e86kiirala# CDDL HEADER END
1eb1d82bb52720d1379a4ed8f78c0e700251956dkiirala# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
1eb1d82bb52720d1379a4ed8f78c0e700251956dkiirala# Use is subject to license terms.
edb914131cdbaafc595358490cde08faec1a3be4kiirala# MAPFILE HEADER START
36a048753a41b465ae130b361fb3b68c605e3e86kiirala# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
36a048753a41b465ae130b361fb3b68c605e3e86kiirala# Object versioning must comply with the rules detailed in
66632b492f9cd54e5667fd4e1fca8e457f59b282bryce# You should not be making modifications here until you've read the most current
66632b492f9cd54e5667fd4e1fca8e457f59b282bryce# copy of that file. If you need help, contact a gatekeeper for guidance.
36a048753a41b465ae130b361fb3b68c605e3e86kiirala# MAPFILE HEADER END
36a048753a41b465ae130b361fb3b68c605e3e86kiirala# DO NOT TOUCH THIS FILE.
36a048753a41b465ae130b361fb3b68c605e3e86kiirala# This file declares interfaces that are cast in stone.
36a048753a41b465ae130b361fb3b68c605e3e86kiirala# The real interface is now libmd, libmd5 is just a filter library
36a048753a41b465ae130b361fb3b68c605e3e86kiirala# for legacy reasons.
36a048753a41b465ae130b361fb3b68c605e3e86kiirala# They offer interfaces that will never change.
36a048753a41b465ae130b361fb3b68c605e3e86kiirala# DO NOT TOUCH THIS FILE.
91934be261c16d036521379306a74b0991720e67joncruz MD5Init = FUNCTION;
91934be261c16d036521379306a74b0991720e67joncruz MD5Update = FUNCTION;
8c833a9abfd335f0305466ad7451c03c2f6b50ddhaa_rodrigues MD5Final = FUNCTION;
43d06c7da14a174c6b2b41f9849b0cf098de4770mental md5_calc = FUNCTION;