Commit 3ccfcd8a authored by Richard Levitte's avatar Richard Levitte
Browse files

Make ck_errf.pl ignore commented out error generation

parent caf12bd6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -189,7 +189,7 @@ static SRP_user_pwd *SRP_user_pwd_new(void)
    SRP_user_pwd *ret;
    
    if ((ret = OPENSSL_malloc(sizeof(*ret))) == NULL) {
        /* SRPerr(SRP_F_SRP_USER_PWD_NEW, ERR_R_MALLOC_FAILURE); */
        /* SRPerr(SRP_F_SRP_USER_PWD_NEW, ERR_R_MALLOC_FAILURE); */ /*ckerr_ignore*/
        return NULL;
    }
    ret->N = NULL;