summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2014-02-18 18:13:54 +0200
committerPanu Matilainen <pmatilai@redhat.com>2014-09-05 14:46:45 +0300
commitbef928dd013338dca66a0f2bb04cd450d7b3968b (patch)
treebc7583a563c386db7a813ebdad07f5fced92f305
parent868567acf10f376ffe70df7139d72371901ef10c (diff)
downloadrpm-bef928dd013338dca66a0f2bb04cd450d7b3968b.tar.gz
Make room for SHA224 in digest bundles. Doh.
- Should've really been in commit 20cfa7d2b4c927798ad38126821d194fafd93ffe but at the time NSS didn't even support SHA-224 so it was untestable. Now that it does, and somebody actually bothered to test... Fixes RhBug:1066494. (cherry picked from commit 85b62554d2632d06f975f90697c4c11c3f180931)
-rw-r--r--rpmio/digest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmio/digest.c b/rpmio/digest.c
index c1f73b331..4956a302f 100644
--- a/rpmio/digest.c
+++ b/rpmio/digest.c
@@ -8,7 +8,7 @@
#include "debug.h"
-#define DIGESTS_MAX 11
+#define DIGESTS_MAX 12
struct rpmDigestBundle_s {
int index_min; /*!< Smallest index of active digest */
int index_max; /*!< Largest index of active digest */