summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rand/rand_lib.c
diff options
context:
space:
mode:
authorjsing <>2014-05-24 15:25:23 +0000
committerjsing <>2014-05-24 15:25:23 +0000
commit03c32317f399a254994b5a704297afdf85b96733 (patch)
tree30ae63ae77f1024d8a860bb6c9cfd61b228b1b00 /src/lib/libcrypto/rand/rand_lib.c
parent694736847951a5eb292719b02fe4b0db4d09766f (diff)
downloadopenbsd-03c32317f399a254994b5a704297afdf85b96733.tar.gz
openbsd-03c32317f399a254994b5a704297afdf85b96733.tar.bz2
openbsd-03c32317f399a254994b5a704297afdf85b96733.zip
KNF.
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/rand/rand_lib.c2
1 files changed, 1 insertions, 1 deletions
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)
74int 74int
75RAND_poll(void) 75RAND_poll(void)
76{ 76{
77 return 1; 77 return 1;
78} 78}
79 79
80/* 80/*