From 03c32317f399a254994b5a704297afdf85b96733 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 24 May 2014 15:25:23 +0000 Subject: KNF. --- src/lib/libcrypto/rand/rand_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libcrypto/rand/rand_lib.c') diff --git a/src/lib/libcrypto/rand/rand_lib.c b/src/lib/libcrypto/rand/rand_lib.c index 6d61b3d3f6..c16c719855 100644 --- a/src/lib/libcrypto/rand/rand_lib.c +++ b/src/lib/libcrypto/rand/rand_lib.c @@ -74,7 +74,7 @@ RAND_status(void) int RAND_poll(void) { - return 1; + return 1; } /* -- cgit v1.2.3-55-g6feb