summaryrefslogtreecommitdiff
path: root/usr/src/common/bignum
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@nexenta.com>2010-09-12 10:25:50 -0700
committerGarrett D'Amore <garrett@nexenta.com>2010-09-12 10:25:50 -0700
commit6ea3c0609e50782557505b88bb391b786bca32c9 (patch)
treee5aa493b37991b2e12f8cdbeca325b8ab1c39c3f /usr/src/common/bignum
parentfe4be5acd083aa938dc37365d54b7fc4c0544d43 (diff)
downloadillumos-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.h5
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)