mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
Now that include files are in place in the opencryptoki subdirectory,
remove "#ifndef OPENCRYPTOKI" conditionals
This commit is contained in:
parent
8a86c12ec2
commit
d7e3784c77
@ -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[])
|
||||
|
@ -17,12 +17,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
|
||||
|
||||
/* Define static key template values */
|
||||
static CK_BBOOL truevalue = TRUE;
|
||||
|
@ -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[])
|
||||
|
@ -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>
|
||||
|
@ -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[])
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user