summaryrefslogtreecommitdiff
path: root/random/jitterentropy.h
diff options
context:
space:
mode:
Diffstat (limited to 'random/jitterentropy.h')
-rw-r--r--random/jitterentropy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/random/jitterentropy.h b/random/jitterentropy.h
index 02c60b78..0a91f36a 100644
--- a/random/jitterentropy.h
+++ b/random/jitterentropy.h
@@ -382,9 +382,11 @@ int jent_entropy_init_ex(unsigned int osr, unsigned int flags);
JENT_PRIVATE_STATIC
unsigned int jent_version(void);
+#ifdef JENT_CONF_ENABLE_INTERNAL_TIMER
/* Set a different thread handling logic for the notimer support */
JENT_PRIVATE_STATIC
int jent_entropy_switch_notime_impl(struct jent_notime_thread *new_thread);
+#endif
/* -- END of Main interface functions -- */