Commit da6e30d8 authored by filatov's avatar filatov
Browse files

fix includes

parent 1778932d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+2 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@
*********************************************************************/
#define _CRT_SECURE_NO_WARNINGS

#include "ecc_api.h"

#include <openssl/evp.h>
#include <openssl/err.h>
@@ -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]))