[seahorse] [pkcs11] Fix build issues with pkcs11 stuff.



commit d01e85b98b3b091d0af1b92ea8ad7c559ac13a4f
Author: Stef Walter <stef memberwebs com>
Date:   Fri Dec 24 11:09:37 2010 -0600

    [pkcs11] Fix build issues with pkcs11 stuff.
    
    This doesn't result in the PKCS#11 stuff working. Just an
    initial commit to get it compiling again after gcr changes.

 pkcs11/seahorse-pkcs11-certificate-props.c |    2 +-
 pkcs11/seahorse-pkcs11-certificate-props.h |    2 +-
 pkcs11/seahorse-pkcs11-certificate.c       |    3 +--
 pkcs11/seahorse-pkcs11-helpers.c           |    1 -
 pkcs11/seahorse-pkcs11-object.c            |    1 -
 pkcs11/seahorse-pkcs11-operations.c        |    1 -
 6 files changed, 3 insertions(+), 7 deletions(-)
---
diff --git a/pkcs11/seahorse-pkcs11-certificate-props.c b/pkcs11/seahorse-pkcs11-certificate-props.c
index fea7d97..164743e 100644
--- a/pkcs11/seahorse-pkcs11-certificate-props.c
+++ b/pkcs11/seahorse-pkcs11-certificate-props.c
@@ -24,7 +24,7 @@
 #include "seahorse-pkcs11-certificate.h"
 #include "seahorse-pkcs11-certificate-props.h"
 
-#include <gcr/gcr-certificate-widget.h>
+#include <gcr/gcr.h>
 
 enum {
 	PROP_0,
diff --git a/pkcs11/seahorse-pkcs11-certificate-props.h b/pkcs11/seahorse-pkcs11-certificate-props.h
index 53023f5..24339be 100644
--- a/pkcs11/seahorse-pkcs11-certificate-props.h
+++ b/pkcs11/seahorse-pkcs11-certificate-props.h
@@ -22,7 +22,7 @@
 #ifndef __SEAHORSE_PKCS11_CERTIFICATE_PROPS_H__
 #define __SEAHORSE_PKCS11_CERTIFICATE_PROPS_H__
 
-#include <gcr/gcr-certificate.h>
+#include <gcr/gcr.h>
 
 #include <gtk/gtk.h>
 
diff --git a/pkcs11/seahorse-pkcs11-certificate.c b/pkcs11/seahorse-pkcs11-certificate.c
index e208ba9..baabb27 100644
--- a/pkcs11/seahorse-pkcs11-certificate.c
+++ b/pkcs11/seahorse-pkcs11-certificate.c
@@ -29,10 +29,9 @@
 #include "seahorse-util.h"
 #include "seahorse-validity.h"
 
-#include <gcr/gcr-certificate.h>
+#include <gcr/gcr.h>
 
 #include <pkcs11.h>
-#include <pkcs11g.h>
 
 #include <glib/gi18n-lib.h>
 
diff --git a/pkcs11/seahorse-pkcs11-helpers.c b/pkcs11/seahorse-pkcs11-helpers.c
index 4c06019..e3c4b9f 100644
--- a/pkcs11/seahorse-pkcs11-helpers.c
+++ b/pkcs11/seahorse-pkcs11-helpers.c
@@ -25,7 +25,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include <pkcs11.h>
-#include <pkcs11g.h>
 
 static char* 
 seahorse_pkcs11_klass_to_string (gulong klass) 
diff --git a/pkcs11/seahorse-pkcs11-object.c b/pkcs11/seahorse-pkcs11-object.c
index 602244b..2b913e1 100644
--- a/pkcs11/seahorse-pkcs11-object.c
+++ b/pkcs11/seahorse-pkcs11-object.c
@@ -29,7 +29,6 @@
 #include "seahorse-util.h"
 
 #include <pkcs11.h>
-#include <pkcs11g.h>
 
 #include <glib/gi18n-lib.h>
 
diff --git a/pkcs11/seahorse-pkcs11-operations.c b/pkcs11/seahorse-pkcs11-operations.c
index 76bb339..1085b09 100644
--- a/pkcs11/seahorse-pkcs11-operations.c
+++ b/pkcs11/seahorse-pkcs11-operations.c
@@ -28,7 +28,6 @@
 #include "common/seahorse-object-list.h"
 
 #include <pkcs11.h>
-#include <pkcs11g.h>
 #include <gck/gck.h>
 
 #include <glib/gi18n.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]