1*0cd13cbfSwyllys#
2*0cd13cbfSwyllys# CDDL HEADER START
3*0cd13cbfSwyllys#
4*0cd13cbfSwyllys# The contents of this file are subject to the terms of the
5*0cd13cbfSwyllys# Common Development and Distribution License (the "License").
6*0cd13cbfSwyllys# You may not use this file except in compliance with the License.
7*0cd13cbfSwyllys#
8*0cd13cbfSwyllys# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*0cd13cbfSwyllys# or http://www.opensolaris.org/os/licensing.
10*0cd13cbfSwyllys# See the License for the specific language governing permissions
11*0cd13cbfSwyllys# and limitations under the License.
12*0cd13cbfSwyllys#
13*0cd13cbfSwyllys# When distributing Covered Code, include this CDDL HEADER in each
14*0cd13cbfSwyllys# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*0cd13cbfSwyllys# If applicable, add the following below this CDDL HEADER, with the
16*0cd13cbfSwyllys# fields enclosed by brackets "[]" replaced with your own identifying
17*0cd13cbfSwyllys# information: Portions Copyright [yyyy] [name of copyright owner]
18*0cd13cbfSwyllys#
19*0cd13cbfSwyllys# CDDL HEADER END
20*0cd13cbfSwyllys#
21*0cd13cbfSwyllys# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
22*0cd13cbfSwyllys# Use is subject to license terms.
23*0cd13cbfSwyllys#
24*0cd13cbfSwyllys# ident	"%Z%%M%	%I%	%E% SMI"
25*0cd13cbfSwyllys#
26*0cd13cbfSwyllys
27*0cd13cbfSwyllysSUNW_1.0 {
28*0cd13cbfSwyllys    global:
29*0cd13cbfSwyllys	crypt_genhash_impl;
30*0cd13cbfSwyllys	crypt_gensalt_impl;
31*0cd13cbfSwyllys    local:
32*0cd13cbfSwyllys	*;
33*0cd13cbfSwyllys};
34