aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/util.h')
-rw-r--r--src/utils/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/util.h b/src/utils/util.h
index 62ecb948d..d0e2e110a 100644
--- a/src/utils/util.h
+++ b/src/utils/util.h
@@ -30,7 +30,6 @@ BOTAN_DLL u32bit round_down(u32bit, u32bit);
/*************************************************
* Work Factor Estimates *
*************************************************/
-BOTAN_DLL u32bit entropy_estimate(const byte[], u32bit);
BOTAN_DLL u32bit dl_work_factor(u32bit);
}