Removed extra comma to avoid TI compiler warnings.

This commit is contained in:
Vikram Adiga
2014-11-17 14:50:52 -08:00
parent e0bec88f76
commit 9fd6e680a2

View File

@@ -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 !!!!! */