Only show warning about QCA on user input.
authorBas Pape <baspape@gmail.com>
Tue, 14 May 2013 22:16:01 +0000 (00:16 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 18 May 2013 14:28:33 +0000 (16:28 +0200)
commit1e39f7ca94436ee382b090f616960b4fcb786ccb
treeea511d82ee672e3e5619e29e50ff99b92e868862
parente27673dcfeaafc842ab4d674d462ea2a7119fac3
Only show warning about QCA on user input.

When compiled with QCA support, merely trying to decrypt messages
should not warn about missing qca-ossl; this message should only be
shown on user input (such as the key-related commands) and incoming
messages really requiring qca-ossl to function (key exchange).
src/core/cipher.cpp
src/core/coresessioneventprocessor.cpp
src/core/coreuserinputhandler.cpp