From 65b5826e6d8f966be72df4be10470aad79b629ff Mon Sep 17 00:00:00 2001 From: Michael Shuler Date: Tue, 16 Aug 2016 20:20:03 -0500 Subject: Update Mozilla CA bundle to 2.7 --- mozilla/nssckbi.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mozilla/nssckbi.h') diff --git a/mozilla/nssckbi.h b/mozilla/nssckbi.h index 5ef3a49..613f6eb 100644 --- a/mozilla/nssckbi.h +++ b/mozilla/nssckbi.h @@ -18,7 +18,7 @@ #define NSS_BUILTINS_CRYPTOKI_VERSION_MAJOR 2 #define NSS_BUILTINS_CRYPTOKI_VERSION_MINOR 20 -/* These version numbers detail the changes +/* These version numbers detail the changes * to the list of trusted certificates. * * The NSS_BUILTINS_LIBRARY_VERSION_MINOR macro needs to be bumped @@ -45,14 +45,14 @@ * of the comment in the CK_VERSION type definition. */ #define NSS_BUILTINS_LIBRARY_VERSION_MAJOR 2 -#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 6 -#define NSS_BUILTINS_LIBRARY_VERSION "2.6" +#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 7 +#define NSS_BUILTINS_LIBRARY_VERSION "2.7" /* These version numbers detail the semantic changes to the ckfw engine. */ #define NSS_BUILTINS_HARDWARE_VERSION_MAJOR 1 #define NSS_BUILTINS_HARDWARE_VERSION_MINOR 0 -/* These version numbers detail the semantic changes to ckbi itself +/* These version numbers detail the semantic changes to ckbi itself * (new PKCS #11 objects), etc. */ #define NSS_BUILTINS_FIRMWARE_VERSION_MAJOR 1 #define NSS_BUILTINS_FIRMWARE_VERSION_MINOR 0 -- cgit v1.2.1