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