View | Details | Raw Unified | Return to bug 253698 | Differences between
and this patch

Collapse All | Expand All

(-)b/security/libgcrypt/files/patch-random_jitterentropy-base.c (+10 lines)
Added Link Here
1
--- random/jitterentropy-base.c.orig	2021-03-16 20:10:57.561791000 -0700
2
+++ random/jitterentropy-base.c	2021-02-12 03:23:24.000000000 -0800
3
@@ -51,6 +51,7 @@
4
 
5
 #undef _FORTIFY_SOURCE
6
 #pragma GCC optimize ("O0")
7
+#pragma clang optimize off
8
 
9
 #include "jitterentropy.h"
10
 

Return to bug 253698