blob: 79bda6fc21f605a3be2a9c8f081f2bc8f68d7a69 [file] [log] [blame]
#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_ */