@@ -31897,6 +31897,7 @@ int SetDhExternal(WOLFSSL_DH *dh)
if(dh==NULL||dh->internal==NULL){
WOLFSSL_MSG("dh key NULL error");
returnWOLFSSL_FATAL_ERROR;
}
key=(DhKey*)dh->internal;
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.