Blob Blame History Raw
--- ./rpmio/digest_libgcrypt.c.orig	2020-04-06 10:10:26.096842925 +0000
+++ ./rpmio/digest_libgcrypt.c	2020-04-06 10:10:39.832806646 +0000
@@ -20,6 +20,8 @@ struct DIGEST_CTX_s {
 /****************************  init   ************************************/
 
 int rpmInitCrypto(void) {
+    gcry_check_version (NULL);
+    gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0);
     return 0;
 }