$OpenBSD: patch-nss_lib_certhigh_certvfypkix_c,v 1.2 2021/12/13 17:19:54 landry Exp $

https://hg.mozilla.org/projects/nss/rev/094dafff1115d7773a65341fc6f03895f6046119

Index: nss/lib/certhigh/certvfypkix.c
--- nss/lib/certhigh/certvfypkix.c.orig
+++ nss/lib/certhigh/certvfypkix.c
@@ -817,6 +817,8 @@ cert_PkixErrorToNssCode(
     void *plContext)
 {
     int errLevel = 0;
+    (void)errLevel; /* Suppress unused var warning (Bug 1738028) */
+
     PKIX_Int32 nssErr = 0;
     PKIX_Error *errPtr = error;
 
