Merge pull request #567 from dcooper16/run_rc4_e

Mark export ciphers in run_rc4()
This commit is contained in:
Dirk Wetter 2016-12-21 12:56:26 +01:00 committed by GitHub
commit 7a4c6294ac

View File

@ -9382,6 +9382,7 @@ run_rc4() {
fi
if "$WIDE"; then
#FIXME: JSON+CSV in wide mode is missing
export="${export2[i]}"
neat_list "${normalized_hexcode[i]}" "${ciph[i]}" "${kx[i]}" "${enc[i]}"
if "$SHOW_EACH_C"; then
if "${ciphers_found[i]}"; then