diff options
author | jsing <> | 2014-05-24 15:25:23 +0000 |
---|---|---|
committer | jsing <> | 2014-05-24 15:25:23 +0000 |
commit | 03c32317f399a254994b5a704297afdf85b96733 (patch) | |
tree | 30ae63ae77f1024d8a860bb6c9cfd61b228b1b00 /src/lib/libcrypto/rand/rand_lib.c | |
parent | 694736847951a5eb292719b02fe4b0db4d09766f (diff) | |
download | openbsd-03c32317f399a254994b5a704297afdf85b96733.tar.gz openbsd-03c32317f399a254994b5a704297afdf85b96733.tar.bz2 openbsd-03c32317f399a254994b5a704297afdf85b96733.zip |
KNF.
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/rand/rand_lib.c | 2 |
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) | |||
74 | int | 74 | int |
75 | RAND_poll(void) | 75 | RAND_poll(void) |
76 | { | 76 | { |
77 | return 1; | 77 | return 1; |
78 | } | 78 | } |
79 | 79 | ||
80 | /* | 80 | /* |