aboutsummaryrefslogtreecommitdiff
path: root/compat/getentropy.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat/getentropy.c')
-rw-r--r--compat/getentropy.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/compat/getentropy.c b/compat/getentropy.c
index 6a46b28..dc33884 100644
--- a/compat/getentropy.c
+++ b/compat/getentropy.c
@@ -41,13 +41,11 @@
int _ssh_compat_getentropy(void *, size_t);
-#if 0
static int
seed_from_prngd(unsigned char *buf, size_t bytes)
{
return -1;
}
-#endif
int
_ssh_compat_getentropy(void *s, size_t len)