Skip to content

Commit 32332c1

Browse files
committed
Remove misleading information
1 parent 6a27e9a commit 32332c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

random.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,7 @@ static int randombytes_bsd_randombytes(void *buf, size_t n)
267267
#if defined(MAC_OS_X_VERSION_10_15) && \
268268
MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_15
269269
/* We prefere CCRandomGenerateBytes as it returns an error code while
270-
* arc4random_buf may fail silently on macOS. See PR #390, and
271-
* <https://opensource.apple.com/source/Libc/Libc-1439.40.11/gen/FreeBSD/arc4random.c.auto.html>
270+
* arc4random_buf may fail silently on macOS.
272271
*/
273272
return (CCRandomGenerateBytes(buf, n) == kCCSuccess);
274273
#else

0 commit comments

Comments
 (0)