diff options
author | Garrett D'Amore <garrett@nexenta.com> | 2010-09-12 10:25:50 -0700 |
---|---|---|
committer | Garrett D'Amore <garrett@nexenta.com> | 2010-09-12 10:25:50 -0700 |
commit | 6ea3c0609e50782557505b88bb391b786bca32c9 (patch) | |
tree | e5aa493b37991b2e12f8cdbeca325b8ab1c39c3f /usr/src/common/bignum | |
parent | fe4be5acd083aa938dc37365d54b7fc4c0544d43 (diff) | |
download | illumos-gate-6ea3c0609e50782557505b88bb391b786bca32c9.tar.gz |
6 Need open kcfd
Reviewed by: gwr@nexenta.com, richlowe@richlowe.net, matt@greenviolet.net
Approved by: richlowe@richlowe.net
Diffstat (limited to 'usr/src/common/bignum')
-rw-r--r-- | usr/src/common/bignum/bignum.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usr/src/common/bignum/bignum.h b/usr/src/common/bignum/bignum.h index fa659e244c..f2389cb5b7 100644 --- a/usr/src/common/bignum/bignum.h +++ b/usr/src/common/bignum/bignum.h @@ -173,11 +173,6 @@ int big_is_zero(BIGNUM *n); BIG_CHUNK_TYPE big_n0(BIG_CHUNK_TYPE n); -/* - * Kernel bignum module: module integrity test - */ -extern int bignum_fips_check(void); - #if defined(HWCAP) #if (BIG_CHUNK_SIZE != 32) |