diff options
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 | /* |