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