summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/rand/rand_lib.c
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2014-05-24 15:25:23 +0000
committerjsing <jsing@openbsd.org>2014-05-24 15:25:23 +0000
commit37a3991834c80b1fa063f57401e6ddd076ea5c60 (patch)
treeb092138db785ccf8676fbe20c06502f290f53d4d /lib/libcrypto/rand/rand_lib.c
parentEnable three brainpool elliptic curves for TLS, as specified in RFC 7027; (diff)
downloadwireguard-openbsd-37a3991834c80b1fa063f57401e6ddd076ea5c60.tar.xz
wireguard-openbsd-37a3991834c80b1fa063f57401e6ddd076ea5c60.zip
KNF.
Diffstat (limited to 'lib/libcrypto/rand/rand_lib.c')
-rw-r--r--lib/libcrypto/rand/rand_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/rand/rand_lib.c b/lib/libcrypto/rand/rand_lib.c
index 6d61b3d3f62..c16c7198552 100644
--- a/lib/libcrypto/rand/rand_lib.c
+++ b/lib/libcrypto/rand/rand_lib.c
@@ -74,7 +74,7 @@ RAND_status(void)
int
RAND_poll(void)
{
- return 1;
+ return 1;
}
/*