diff options
author | Valerie Bubb Fenwick <Valerie.Fenwick@Oracle.COM> | 2010-05-04 11:34:09 -0700 |
---|---|---|
committer | Valerie Bubb Fenwick <Valerie.Fenwick@Oracle.COM> | 2010-05-04 11:34:09 -0700 |
commit | 9b009fc1b553084f6003dcd46b171890049de0ff (patch) | |
tree | 4754b6aaf31ae2429a831953a81f2c9a5c05b8f0 /usr/src/uts/common/sys/crypto/impl.h | |
parent | c87dd6b73ce417a1c364f2b85436755e8e3ade21 (diff) | |
download | illumos-joyent-9b009fc1b553084f6003dcd46b171890049de0ff.tar.gz |
PSARC/2010/146 EOF unnecessary elfsign and kCF options
6855881 clean up unnecessary technology from elfsign and kcf
Diffstat (limited to 'usr/src/uts/common/sys/crypto/impl.h')
-rw-r--r-- | usr/src/uts/common/sys/crypto/impl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/uts/common/sys/crypto/impl.h b/usr/src/uts/common/sys/crypto/impl.h index bcfbc56466..d01758fc25 100644 --- a/usr/src/uts/common/sys/crypto/impl.h +++ b/usr/src/uts/common/sys/crypto/impl.h @@ -19,8 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2009 Sun Microsystems, Inc. All rights reserved. - * Use is subject to license terms. + * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. */ #ifndef _SYS_CRYPTO_IMPL_H @@ -167,7 +166,6 @@ typedef enum { #define KCF_IS_PROV_REMOVED(pd) ((pd)->pd_state >= KCF_PROV_UNREGISTERING) /* Internal flags valid for pd_flags field */ -#define KCF_PROV_RESTRICTED 0x40000000 #define KCF_LPROV_MEMBER 0x80000000 /* is member of a logical provider */ /* |