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