Loading tools/itscertgen/asn1certgen/asn1certgen.c +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ #include <ctype.h> #include "asn_application.h" #include "Etsits103097Certificate.h" #include "EtsiTs103097Certificate.h" #include "xer_support.h" #define CERT_MAX_SIZE 0x10000 Loading tools/itscertgen/asn1certgen/ecc_openssl.c +2 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,6 @@ *********************************************************************/ #define _CRT_SECURE_NO_WARNINGS #include "ecc_api.h" #include <openssl/evp.h> #include <openssl/err.h> Loading @@ -19,6 +18,8 @@ #include <openssl/ecdsa.h> #include <string.h> #include "ecc_api.h" #define FIELD_SIZE 32 #define ARRAYSIZE(A) (sizeof(A)/sizeof(A[0])) Loading Loading
tools/itscertgen/asn1certgen/asn1certgen.c +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ #include <ctype.h> #include "asn_application.h" #include "Etsits103097Certificate.h" #include "EtsiTs103097Certificate.h" #include "xer_support.h" #define CERT_MAX_SIZE 0x10000 Loading
tools/itscertgen/asn1certgen/ecc_openssl.c +2 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,6 @@ *********************************************************************/ #define _CRT_SECURE_NO_WARNINGS #include "ecc_api.h" #include <openssl/evp.h> #include <openssl/err.h> Loading @@ -19,6 +18,8 @@ #include <openssl/ecdsa.h> #include <string.h> #include "ecc_api.h" #define FIELD_SIZE 32 #define ARRAYSIZE(A) (sizeof(A)/sizeof(A[0])) Loading