]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Now that include files are in place in the opencryptoki subdirectory,
authorEvan Hunt <each@isc.org>
Tue, 8 Sep 2009 06:00:11 +0000 (06:00 +0000)
committerEvan Hunt <each@isc.org>
Tue, 8 Sep 2009 06:00:11 +0000 (06:00 +0000)
remove "#ifndef OPENCRYPTOKI" conditionals

contrib/pkcs11-keygen/destroyobj.c
contrib/pkcs11-keygen/genkey.c
contrib/pkcs11-keygen/listobjs.c
contrib/pkcs11-keygen/readkey.c
contrib/pkcs11-keygen/set_key_id.c
contrib/pkcs11-keygen/writekey.c

index 088397840381f37a5372a6bd2c5dad069daa066b..e7068e4d6231aaff906e3054f83356eb83acd241 100644 (file)
@@ -7,12 +7,7 @@
 #include <errno.h>
 #include <string.h>
 #include <sys/types.h>
-#ifndef OPENCRYPTOKI
-#include <security/cryptoki.h>
-#include <security/pkcs11.h>
-#else
 #include <opencryptoki/pkcs11.h>
-#endif
 
 int
 main(int argc, char *argv[])
index d1269243d47a3d5a99e9b1d2ae5320a013d8bda0..45a9e3cd68eda8baaa9882364531726bf5aaece6 100644 (file)
 #include <errno.h>
 #include <string.h>
 #include <sys/types.h>
-#ifndef OPENCRYPTOKI
-#include <security/cryptoki.h>
-#include <security/pkcs11.h>
-#else
 #include <opencryptoki/pkcs11.h>
-#endif
 
 /* Define static key template values */
 static CK_BBOOL truevalue = TRUE;
index efe95ee278b9b9e9e1dae16d3eb3641aed5e6479..3fb6eaa80f2c1482b16b643a47cce05b379b339b 100644 (file)
@@ -7,12 +7,7 @@
 #include <errno.h>
 #include <string.h>
 #include <sys/types.h>
-#ifndef OPENCRYPTOKI
-#include <security/cryptoki.h>
-#include <security/pkcs11.h>
-#else
 #include <opencryptoki/pkcs11.h>
-#endif
 
 int
 main(int argc, char *argv[])
index 551e90fdf8878d020a0e7ecf81af9d3d8b01c7a0..ced0fa9c0a41202abb1ee79c320d9b4c8e915c39 100644 (file)
@@ -7,12 +7,7 @@
 #include <errno.h>
 #include <string.h>
 #include <sys/types.h>
-#ifndef OPENCRYPTOKI
-#include <security/cryptoki.h>
-#include <security/pkcs11.h>
-#else
 #include <opencryptoki/pkcs11.h>
-#endif
 #include <openssl/conf.h>
 #include <openssl/err.h>
 #include <openssl/rsa.h>
index f2d8bcb8cf9e6fc909451935dc878e529c42435e..3cb1cd3a04737c7c8109333d37b9595e751f0ab2 100644 (file)
@@ -7,12 +7,7 @@
 #include <errno.h>
 #include <string.h>
 #include <sys/types.h>
-#ifndef OPENCRYPTOKI
-#include <security/cryptoki.h>
-#include <security/pkcs11.h>
-#else
 #include <opencryptoki/pkcs11.h>
-#endif
 
 int
 main(int argc, char *argv[])
index d0aacb2702e8de0010578f9e17957866000e7a9b..b532963d4a17db170db8983aa0e8b21966e5844f 100644 (file)
@@ -7,12 +7,7 @@
 #include <errno.h>
 #include <string.h>
 #include <sys/types.h>
-#ifndef OPENCRYPTOKI
-#include <security/cryptoki.h>
-#include <security/pkcs11.h>
-#else
 #include <opencryptoki/pkcs11.h>
-#endif
 #include <openssl/conf.h>
 #include <openssl/engine.h>
 #include <openssl/err.h>