examples/l2fwd-crypto: fix build with icc
authorDaniel Mrzyglod <danielx.t.mrzyglod@intel.com>
Mon, 4 Apr 2016 08:46:50 +0000 (10:46 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 4 Apr 2016 13:05:40 +0000 (15:05 +0200)
commite34df1cfd596f32eabd647b45cd4a1dfba70bfa0
treec1be07952f9aabcf0dad22dd8e74165c6f463260
parentf887a6f85528b8dae70f8f5c4c16e21f7648240e
examples/l2fwd-crypto: fix build with icc

Fix for compilation errors for icc:
error #188: enumerated type mixed with another type

Fixes: 00c58901f1b3 ("examples/l2fwd-crypto: use key-value list of supported algorithms")

Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
examples/l2fwd-crypto/main.c