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/crypto/api/kcf_miscapi.c | |
| 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/crypto/api/kcf_miscapi.c')
| -rw-r--r-- | usr/src/uts/common/crypto/api/kcf_miscapi.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/uts/common/crypto/api/kcf_miscapi.c b/usr/src/uts/common/crypto/api/kcf_miscapi.c index 29fdab7a06..a8be13a09e 100644 --- a/usr/src/uts/common/crypto/api/kcf_miscapi.c +++ b/usr/src/uts/common/crypto/api/kcf_miscapi.c @@ -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. */ #include <sys/types.h> @@ -860,7 +859,7 @@ crypto_get_provinfo(crypto_provider_t hndl, crypto_provider_ext_info_t *info) pd = (kcf_provider_desc_t *)hndl; rv = kcf_get_hardware_provider_nomech( CRYPTO_OPS_OFFSET(provider_ops), CRYPTO_PROVIDER_OFFSET(ext_info), - CHECK_RESTRICT_FALSE, pd, &real_provider); + pd, &real_provider); if (rv == CRYPTO_SUCCESS && real_provider != NULL) { ASSERT(real_provider == pd || |
