[Pcsclite-cvs-commit] r380 - trunk/CocoaCard

Ludovic Rousseau rousseau at costa.debian.org
Mon Feb 6 10:37:48 UTC 2006


Author: rousseau
Date: 2006-02-06 10:37:47 +0000 (Mon, 06 Feb 2006)
New Revision: 380

Modified:
   trunk/CocoaCard/OBJECTInfoController.m
Log:
<SecurityHICocoa/KCCocoaCInterface.h> is not found so do not include it
any more


Modified: trunk/CocoaCard/OBJECTInfoController.m
===================================================================
--- trunk/CocoaCard/OBJECTInfoController.m	2006-02-06 10:36:59 UTC (rev 379)
+++ trunk/CocoaCard/OBJECTInfoController.m	2006-02-06 10:37:47 UTC (rev 380)
@@ -9,7 +9,7 @@
 #import "OBJECTInfoController.h"
 #import "MainCardObject.h"
 #include <Security/SecCertificate.h>
-#include <SecurityHICocoa/KCCocoaCInterface.h>
+//#include <SecurityHICocoa/KCCocoaCInterface.h>
 
 #include <openssl/x509v3.h>
 #include <openssl/bio.h>




More information about the Pcsclite-cvs-commit mailing list