examples/fips_validation: fix build
[dpdk.git] / examples / fips_validation / main.c
index 0a7e75f..85f54cb 100644 (file)
@@ -459,6 +459,8 @@ prepare_auth_op(void)
        }
 
        rte_crypto_op_attach_sym_session(env.op, env.sess);
+
+       return 0;
 }
 
 static int
@@ -526,6 +528,8 @@ prepare_aead_op(void)
        }
 
        rte_crypto_op_attach_sym_session(env.op, env.sess);
+
+       return 0;
 }
 
 static int