Bug #27865
Updated by Lukas Zapletal over 5 years ago
Dynflow plugin has a copy of file from core which issues warnings during startup:
<pre>
/home/lzap/work/smart_proxy_dynflow/lib/smart_proxy_dynflow_core/webrick-patch.rb:3: warning: already initialized constant CIPHERS
/home/lzap/work/smart-proxy/lib/webrick-patch.rb:3: warning: previous definition of CIPHERS was here
</pre>
Let's either drop it or fix it.
Also unused CBC ciphers can be now dropped.