pkgsrc-wip/muscle-pkcs11/patches/patch-aa
Evaldo Gardenali fe187bffe8 MUSCLE SmartCard framework PKCS #11 library
PKCS #11 modules can be loaded in software like Mozilla for smartcard support
2005-07-25 21:28:57 +00:00

17 lines
348 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2005/07/25 21:28:57 udontknow Exp $
--- include/cryptoki.h.orig 2003-08-29 11:18:04.000000000 -0300
+++ include/cryptoki.h
@@ -35,12 +35,8 @@
#include <pthread.h>
#endif
-#ifndef __APPLE__
-#include <musclecard.h>
-#else
#include <PCSC/wintypes.h>
#include <PCSC/musclecard.h>
-#endif
#include <sys/types.h>