diff options
author | 2014-05-24 15:25:23 +0000 | |
---|---|---|
committer | 2014-05-24 15:25:23 +0000 | |
commit | 37a3991834c80b1fa063f57401e6ddd076ea5c60 (patch) | |
tree | b092138db785ccf8676fbe20c06502f290f53d4d /lib/libcrypto/rand/rand_lib.c | |
parent | Enable three brainpool elliptic curves for TLS, as specified in RFC 7027; (diff) | |
download | wireguard-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.c | 2 |
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; } /* |