@@ -40,7 +40,7 @@ index c8a1097a..4b2eccf3 100644
4040 # endif
4141 # endif
4242diff --git a/cipher/cipher-poly1305.c b/cipher/cipher-poly1305.c
43- index bb475236..f01b858f 100644
43+ index 9abd8b0c..3d136b88 100644
4444--- a/cipher/cipher-poly1305.c
4545+++ b/cipher/cipher-poly1305.c
4646@@ -71,7 +71,7 @@ poly1305_fill_bytecounts (gcry_cipher_hd_t c)
@@ -190,7 +190,7 @@ index c24921ee..b59726d6 100644
190190 mpi_ptr_t wp;
191191
192192diff --git a/mpi/longlong.h b/mpi/longlong.h
193- index 39cdd0c2..02cb2c3c 100644
193+ index c299534c..446dd62c 100644
194194--- a/mpi/longlong.h
195195+++ b/mpi/longlong.h
196196@@ -98,7 +98,7 @@ MA 02111-1307, USA. */
@@ -290,7 +290,7 @@ index 85d11789..12cf6409 100644
290290 #if USE_RNDW32CE
291291 return _gcry_rndw32ce_gather_random_fast;
292292diff --git a/random/random-drbg.c b/random/random-drbg.c
293- index a42b9ce8..005534ce 100644
293+ index af49a5a5..028e3000 100644
294294--- a/random/random-drbg.c
295295+++ b/random/random-drbg.c
296296@@ -149,7 +149,9 @@
@@ -318,7 +318,7 @@ index a42b9ce8..005534ce 100644
318318
319319
320320 /******************************************************************
321- @@ -628 ,12 +638 ,16 @@ drbg_get_entropy (drbg_state_t drbg, unsigned char *buffer,
321+ @@ -622 ,12 +632 ,16 @@ drbg_get_entropy (drbg_state_t drbg, unsigned char *buffer,
322322 rc = _gcry_rndunix_gather_random (drbg_read_cb, 0, len,
323323 GCRY_VERY_STRONG_RANDOM);
324324 #elif USE_RNDW32
@@ -394,7 +394,7 @@ index c0435d7b..cc8b6e26 100644
394394 /* If not NULL a progress function called from certain places and the
395395 opaque value passed along. Registered by
396396diff --git a/random/rndgetentropy.c b/random/rndgetentropy.c
397- index 7580873e..a4cf456a 100644
397+ index 513da0b9..ffa15717 100644
398398--- a/random/rndgetentropy.c
399399+++ b/random/rndgetentropy.c
400400@@ -25,7 +25,9 @@
@@ -408,7 +408,7 @@ index 7580873e..a4cf456a 100644
408408 #include <sys/random.h>
409409 #endif
410410diff --git a/random/rndjent.c b/random/rndjent.c
411- index 14d23794..e8850eec 100644
411+ index 0468c7cb..09413425 100644
412412--- a/random/rndjent.c
413413+++ b/random/rndjent.c
414414@@ -43,7 +43,9 @@
@@ -419,8 +419,8 @@ index 14d23794..e8850eec 100644
419419 #include <unistd.h>
420420+ #endif
421421 #include <errno.h>
422-
423- #include "types.h"
422+ #ifndef EOPNOTSUPP
423+ # define EOPNOTSUPP ENOSYS
424424diff --git a/random/rndw32.c b/random/rndw32.c
425425index b3f63d20..9407306b 100644
426426--- a/random/rndw32.c
@@ -598,7 +598,7 @@ index da9948a6..257578d0 100644
598598 #include "g10lib.h"
599599 #include "mpi.h"
600600diff --git a/src/fips.c b/src/fips.c
601- index 89f8204b..a537ea42 100644
601+ index 5d71b208..deab6d76 100644
602602--- a/src/fips.c
603603+++ b/src/fips.c
604604@@ -21,7 +21,9 @@
@@ -626,7 +626,7 @@ index 89f8204b..a537ea42 100644
626626 /* The name of the file used to force libgcrypt into fips mode. */
627627 #define FIPS_FORCE_FILE "/etc/gcrypt/fips_enabled"
628628diff --git a/src/gcrypt.h.in b/src/gcrypt.h.in
629- index b1364123..9fb4107c 100644
629+ index 58581daa..8d3b43c0 100644
630630--- a/src/gcrypt.h.in
631631+++ b/src/gcrypt.h.in
632632@@ -34,7 +34,8 @@
@@ -640,7 +640,7 @@ index b1364123..9fb4107c 100644
640640 # endif /*!__GNUC__*/
641641 #endif /*_WIN32*/
642642diff --git a/src/global.c b/src/global.c
643- index 7cf40e4a..254283d9 100644
643+ index 873789cc..1ee04f78 100644
644644--- a/src/global.c
645645+++ b/src/global.c
646646@@ -29,7 +29,9 @@
0 commit comments