From 9fd6e680a29836827215c59bc3d2d534f447f003 Mon Sep 17 00:00:00 2001 From: Vikram Adiga Date: Mon, 17 Nov 2014 14:50:52 -0800 Subject: [PATCH] Removed extra comma to avoid TI compiler warnings. --- cyassl/error-ssl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyassl/error-ssl.h b/cyassl/error-ssl.h index 2a1f4d91e..0cd3dea84 100644 --- a/cyassl/error-ssl.h +++ b/cyassl/error-ssl.h @@ -131,7 +131,7 @@ enum CyaSSL_ErrorCodes { /* begin negotiation parameter errors */ UNSUPPORTED_SUITE = -500, /* unsupported cipher suite */ - MATCH_SUITE_ERROR = -501, /* can't match cipher suite */ + MATCH_SUITE_ERROR = -501 /* can't match cipher suite */ /* end negotiation parameter errors only 10 for now */ /* add strings to SetErrorString !!!!! */