Loading crypto/rsa/rsa_lib.c +1 −1 Original line number Diff line number Diff line Loading @@ -126,7 +126,7 @@ RSA *RSA_new_method(ENGINE *engine) if (ret == NULL) { RSAerr(RSA_F_RSA_NEW_METHOD,ERR_R_MALLOC_FAILURE); return(NULL); return NULL; } ret->meth = RSA_get_default_method(); Loading Loading
crypto/rsa/rsa_lib.c +1 −1 Original line number Diff line number Diff line Loading @@ -126,7 +126,7 @@ RSA *RSA_new_method(ENGINE *engine) if (ret == NULL) { RSAerr(RSA_F_RSA_NEW_METHOD,ERR_R_MALLOC_FAILURE); return(NULL); return NULL; } ret->meth = RSA_get_default_method(); Loading