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#ident "%Z%%M% %I% %E% SMI" 27*df8bdeb3Sjohnz 28*df8bdeb3Sjohnz 29*df8bdeb3SjohnzNote that this library does not have a spec file. 30*df8bdeb3Sjohnz 31*df8bdeb3SjohnzThere are no interfaces in this library that are public so an abi_ 32*df8bdeb3Sjohnzlibrary for appcert and friends doesn't make any sense. If the APIs 33*df8bdeb3Sjohnzhere are ever elevated to a public taxonomy then a spec file needs to 34*df8bdeb3Sjohnzbe introduced. 35*df8bdeb3Sjohnz 36*df8bdeb3SjohnzA 64 bit version of this library does not exist. 37*df8bdeb3SjohnzThat isn't an issue since kcfd(1m) and elfsign(1) are 32 bit 38*df8bdeb3Sjohnzapplications and are the only consumers. 39