pkgsrc/security/CoolKey/patches/patch-ac
shannonjr 4168c23b12 Provides driver support for the CoolKey and Common Access Card (CAC)
smart card used in a Public Key Infrastructure (PKI). The libpkcs11
module allows use of Smart Cards in applications that use mozilla
Network Security Services (NSS).
2008-03-04 11:33:02 +00:00

14 lines
332 B
Text

$NetBSD: patch-ac,v 1.1.1.1 2008/03/04 11:33:02 shannonjr Exp $
--- ./src/coolkey/coolkey.cpp.orig 2007-02-14 12:54:01.000000000 -0700
+++ ./src/coolkey/coolkey.cpp
@@ -34,7 +34,9 @@
#include "cky_base.h"
#include "params.h"
+#ifndef NULL
#define NULL 0
+#endif
/* static module data -------------------------------- */