Blame SOURCES/nss-util-3.19.1-tls12-mechanisms.patch

51ce6b
diff -up ./nss/lib/util/pkcs11t.h.tls12_mechs ./nss/lib/util/pkcs11t.h
51ce6b
--- ./nss/lib/util/pkcs11t.h.tls12_mechs	2017-01-13 16:33:12.199107708 +0100
51ce6b
+++ ./nss/lib/util/pkcs11t.h	2017-01-13 16:34:12.479625017 +0100
51ce6b
@@ -1650,6 +1650,10 @@ typedef struct CK_TLS_MAC_PARAMS {
51ce6b
 
51ce6b
 typedef CK_TLS_MAC_PARAMS CK_PTR CK_TLS_MAC_PARAMS_PTR;
51ce6b
 
51ce6b
+/* aliases for compatibility with prior release */
51ce6b
+#define CK_TLS12_MAC_PARAMS CK_TLS_MAC_PARAMS
51ce6b
+#define CK_TLS12_MAC_PARAMS_PTR CK_TLS_MAC_PARAMS_PTR
51ce6b
+
51ce6b
 /* WTLS is new for version 2.20 */
51ce6b
 typedef struct CK_WTLS_RANDOM_DATA {
51ce6b
     CK_BYTE_PTR pClientRandom;