From 959121253d5365fd718014083b649100be6dea68 Mon Sep 17 00:00:00 2001 From: Karel Miko Date: Sat, 7 Oct 2017 11:35:10 +0200 Subject: [PATCH] rename duplicit rc4.c sober128.c --- src/stream/rc4/{rc4.c => rc4_stream.c} | 0 src/stream/sober128/{sober128.c => sober128_stream.c} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/stream/rc4/{rc4.c => rc4_stream.c} (100%) rename src/stream/sober128/{sober128.c => sober128_stream.c} (100%) diff --git a/src/stream/rc4/rc4.c b/src/stream/rc4/rc4_stream.c similarity index 100% rename from src/stream/rc4/rc4.c rename to src/stream/rc4/rc4_stream.c diff --git a/src/stream/sober128/sober128.c b/src/stream/sober128/sober128_stream.c similarity index 100% rename from src/stream/sober128/sober128.c rename to src/stream/sober128/sober128_stream.c