View | Details | Raw Unified | Return to bug 276415
Collapse All | Expand All

(-)b/lib/hcrypto/validate.c (+2 lines)
Lines 101-106 static struct tests hc_tests[] = { Link Here
101
       NULL
101
       NULL
102
    },
102
    },
103
#endif
103
#endif
104
#if 0
104
    {
105
    {
105
       EVP_rc4,
106
       EVP_rc4,
106
       "rc4 8",
107
       "rc4 8",
Lines 210-215 static struct tests hc_tests[] = { Link Here
210
       "\xaf\x5f\x6a\x54\x7f",
211
       "\xaf\x5f\x6a\x54\x7f",
211
        NULL
212
        NULL
212
    }
213
    }
214
#endif
213
};
215
};
214
static int
216
static int

Return to bug 276415