#include "kal_public_api.h" //MSBB change #include "kal_release.h" | |
#ifndef _PKI_COMMON_CONFIG_H_ | |
#define _PKI_COMMON_CONFIG_H_ | |
/* PKCS7/12 max data size constraints */ | |
#define MAX_PKCS7_IMPORT_DATA_SIZE (10 * 1024) | |
#define MAX_PKCS12_IMPORT_DATA_SIZE (10 * 1024) | |
#endif /* _PKI_COMMON_CONFIG_H_ */ |