@@ -2257,6 +2257,8 @@ typedef enum MimeStatus
22572257 #define FillSigner wc_FillSigner
22582258 #define MakeSigner wc_MakeSigner
22592259 #define FreeSigner wc_FreeSigner
2260+ #define AllocDer wc_AllocDer
2261+ #define FreeDer wc_FreeDer
22602262#endif /* WOLFSSL_API_PREFIX_MAP */
22612263
22622264WOLFSSL_LOCAL int HashIdAlg (word32 oidSum );
@@ -2611,11 +2613,11 @@ WOLFSSL_LOCAL int wc_EncryptedInfoParse(EncryptedInfo* info,
26112613WOLFSSL_LOCAL int PemToDer (const unsigned char * buff , long longSz , int type ,
26122614 DerBuffer * * pDer , void * heap , EncryptedInfo * info ,
26132615 int * keyFormat );
2614- WOLFSSL_TEST_VIS int AllocDer (DerBuffer * * der , word32 length , int type ,
2616+ WOLFSSL_API int AllocDer (DerBuffer * * der , word32 length , int type ,
26152617 void * heap );
26162618WOLFSSL_LOCAL int AllocCopyDer (DerBuffer * * der , const unsigned char * buff ,
26172619 word32 length , int type , void * heap );
2618- WOLFSSL_TEST_VIS void FreeDer (DerBuffer * * der );
2620+ WOLFSSL_API void FreeDer (DerBuffer * * der );
26192621
26202622#ifdef WOLFSSL_ASN_PARSE_KEYUSAGE
26212623WOLFSSL_LOCAL int ParseKeyUsageStr (const char * value , word16 * keyUsage ,
0 commit comments