blob: 79bda6fc21f605a3be2a9c8f081f2bc8f68d7a69 [file] [log] [blame]
rjw6c1fd8f2022-11-30 14:33:01 +08001#include "kal_public_api.h" //MSBB change #include "kal_release.h"
2#ifndef _PKI_COMMON_CONFIG_H_
3#define _PKI_COMMON_CONFIG_H_
4
5/* PKCS7/12 max data size constraints */
6#define MAX_PKCS7_IMPORT_DATA_SIZE (10 * 1024)
7#define MAX_PKCS12_IMPORT_DATA_SIZE (10 * 1024)
8
9#endif /* _PKI_COMMON_CONFIG_H_ */