Force a new test run

Travis did the wrong thing
diff --git a/src/mbedtls.c b/src/mbedtls.c
index 3b48981..27b9f47 100644
--- a/src/mbedtls.c
+++ b/src/mbedtls.c
@@ -39,7 +39,7 @@
 	cose_errback *perr)
 {
 	mbedtls_ccm_context ctx;
-	int cbOut;
+	int cbOut = 0;
 	byte *rgbOut = NULL;
 	int NSize = 15 - (LSize / 8);
 	byte rgbIV[15] = {0};