summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libcrypto/arc4random/getentropy_linux.c3
-rw-r--r--src/lib/libcrypto/crypto/getentropy_linux.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libcrypto/arc4random/getentropy_linux.c b/src/lib/libcrypto/arc4random/getentropy_linux.c
index 769d6c977e..37efdfa53b 100644
--- a/src/lib/libcrypto/arc4random/getentropy_linux.c
+++ b/src/lib/libcrypto/arc4random/getentropy_linux.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: getentropy_linux.c,v 1.6 2014/06/21 21:44:36 deraadt Exp $ */ 1/* $OpenBSD: getentropy_linux.c,v 1.7 2014/06/23 03:32:57 beck Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2014 Theo de Raadt <deraadt@openbsd.org> 4 * Copyright (c) 2014 Theo de Raadt <deraadt@openbsd.org>
@@ -61,6 +61,7 @@
61 61
62int getentropy(void *buf, size_t len); 62int getentropy(void *buf, size_t len);
63 63
64extern int main(int, char *argv[]);
64static int gotdata(char *buf, size_t len); 65static int gotdata(char *buf, size_t len);
65static int getentropy_urandom(void *buf, size_t len); 66static int getentropy_urandom(void *buf, size_t len);
66static int getentropy_sysctl(void *buf, size_t len); 67static int getentropy_sysctl(void *buf, size_t len);
diff --git a/src/lib/libcrypto/crypto/getentropy_linux.c b/src/lib/libcrypto/crypto/getentropy_linux.c
index 769d6c977e..37efdfa53b 100644
--- a/src/lib/libcrypto/crypto/getentropy_linux.c
+++ b/src/lib/libcrypto/crypto/getentropy_linux.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: getentropy_linux.c,v 1.6 2014/06/21 21:44:36 deraadt Exp $ */ 1/* $OpenBSD: getentropy_linux.c,v 1.7 2014/06/23 03:32:57 beck Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2014 Theo de Raadt <deraadt@openbsd.org> 4 * Copyright (c) 2014 Theo de Raadt <deraadt@openbsd.org>
@@ -61,6 +61,7 @@
61 61
62int getentropy(void *buf, size_t len); 62int getentropy(void *buf, size_t len);
63 63
64extern int main(int, char *argv[]);
64static int gotdata(char *buf, size_t len); 65static int gotdata(char *buf, size_t len);
65static int getentropy_urandom(void *buf, size_t len); 66static int getentropy_urandom(void *buf, size_t len);
66static int getentropy_sysctl(void *buf, size_t len); 67static int getentropy_sysctl(void *buf, size_t len);