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