Page MenuHome GnuPG

D522.id.diff
No OneTemporary

D522.id.diff

Index: configure.ac
===================================================================
--- configure.ac
+++ configure.ac
@@ -821,7 +821,7 @@
##################################
AC_HEADER_STDC
-AC_CHECK_HEADERS(unistd.h sys/select.h sys/msg.h sys/auxv.h)
+AC_CHECK_HEADERS(unistd.h sys/select.h sys/msg.h sys/auxv.h sys/random.h)
INSERT_SYS_SELECT_H=
if test x"$ac_cv_header_sys_select_h" = xyes; then
INSERT_SYS_SELECT_H=" include <sys/select.h>"
Index: mpi/longlong.h
===================================================================
--- mpi/longlong.h
+++ mpi/longlong.h
@@ -305,7 +305,7 @@
(ph) = __ph; \
} while (0)
# define count_leading_zeros(count, x) \
- __asm__ ("clz %0, %1\n" \
+ __asm__ ("clz %w0, %w1\n" \
: "=r" ((count)) \
: "r" ((UDItype)(x)))
#endif /* __aarch64__ */
Index: random/rndlinux.c
===================================================================
--- random/rndlinux.c
+++ random/rndlinux.c
@@ -29,6 +29,9 @@
#ifdef HAVE_GETTIMEOFDAY
# include <sys/times.h>
#endif
+#if defined(HAVE_SYS_RANDOM_H)
+# include <sys/random.h>
+#endif
#include <string.h>
#include <unistd.h>
#include <fcntl.h>

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 7, 3:49 AM (2 h, 22 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
2d/0c/d28e2242f2ebb3139ce8eef7eb21

Event Timeline