@ -702,6 +702,7 @@ int wolfSSL_X509_STORE_add_crl(WOLFSSL_X509_STORE *store, WOLFSSL_X509_CRL *newc
if(store->cm->crl==NULL){
crl=wolfSSL_X509_crl_new(store->cm);
if(DupX509_CRL(crl,newcrl)!=0){
if(crl!=NULL)
FreeCRL(crl,1);
returnWOLFSSL_FAILURE;
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.