summaryrefslogtreecommitdiffstats
path: root/src/crypto/rand/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/rand/internal.h')
-rw-r--r--src/crypto/rand/internal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/crypto/rand/internal.h b/src/crypto/rand/internal.h
index f35abbb..dcff3aa 100644
--- a/src/crypto/rand/internal.h
+++ b/src/crypto/rand/internal.h
@@ -24,11 +24,6 @@ extern "C" {
* system. */
void CRYPTO_sysrand(uint8_t *buf, size_t len);
-/* CRYPTO_hwrand fills |len| bytes at |buf| with entropy from the hardware. It
- * returns one on success or zero on hardware failure or if hardware support is
- * unavailable. */
-int CRYPTO_hwrand(uint8_t *buf, size_t len);
-
#if defined(__cplusplus)
} /* extern C */