rjw | 6c1fd8f | 2022-11-30 14:33:01 +0800 | [diff] [blame] | 1 | #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_ */ |