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