Branch: refs/heads/master Home: https://github.com/fabbione/kronosnet Commit: 88274a866302f96bef89c1edbe54fcd75747eeb3 https://github.com/fabbione/kronosnet/commit/88274a866302f96bef89c1edbe54fcd... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2017-07-12 (Wed, 12 Jul 2017)
Changed paths: M libknet/nsscrypto.c
Log Message: ----------- [crypto] set default case for key_type and avoid build warnings
when key_type is unknown, gcc complains that cipher can be used uninitialized.
add default case to catch wrong callers and avoid build warning
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com