@@ -44467,7 +44467,7 @@ int SetIndividualInternal(WOLFSSL_BIGNUM* bn, mp_int* mpi)
returnWOLFSSL_FATAL_ERROR;
}
if(mpi==NULL||(mp_init(mpi)!=MP_OKAY)){
if(mpi==NULL){
WOLFSSL_MSG("mpi NULL error");
returnWOLFSSL_FATAL_ERROR;
}
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.