diff options
Diffstat (limited to 'patches')
-rw-r--r-- | patches/libressl-3.9.2.local.patch (renamed from patches/libressl-3.9.1.local.patch) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/libressl-3.9.1.local.patch b/patches/libressl-3.9.2.local.patch index 8235cc0c..11e45d19 100644 --- a/patches/libressl-3.9.1.local.patch +++ b/patches/libressl-3.9.2.local.patch @@ -13,7 +13,7 @@ diff -ru libressl-3.7.1.orig/crypto/compat/arc4random_linux.h libressl-3.7.1/cry static inline void _getentropy_fail(void) { -+ fprintf(stderr, "Couldn't obtain randomness from getentropy\n"); ++ fprintf(stderr, "rebuild psxscl with devurandom patch\n"); raise(SIGKILL); } |