diff options
Diffstat (limited to 'system/libgcrypt/missing-headers.patch')
-rw-r--r-- | system/libgcrypt/missing-headers.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/system/libgcrypt/missing-headers.patch b/system/libgcrypt/missing-headers.patch deleted file mode 100644 index ec0df3985..000000000 --- a/system/libgcrypt/missing-headers.patch +++ /dev/null @@ -1,13 +0,0 @@ -A similar fix to this is upstream for 1.10.1. - ---- libgcrypt-1.10.0/random/jitterentropy-base-user.h.old 2022-01-25 15:55:44.000000000 -0600 -+++ libgcrypt-1.10.0/random/jitterentropy-base-user.h 2022-02-06 17:00:02.040000000 -0600 -@@ -54,6 +54,8 @@ - # error This module needs stdint.h - try ./configure --disable-jent-support - #endif - -+#include <fcntl.h> -+#include <limits.h> - - /* When using the libgcrypt secure memory mechanism, all precautions - * are taken to protect our state. If the user disables secmem during |