Coverity scan fixes

This commit is contained in:
J Harper
2016-05-03 17:36:14 -07:00
parent b7583a12f6
commit ac16cf8a1b
64 changed files with 306 additions and 394 deletions

View File

@@ -33,7 +33,6 @@
#include "matrixsslApi.h"
#define FINISHED_LABEL_SIZE 15
#define LABEL_CLIENT "client finished"
#define LABEL_SERVER "server finished"
@@ -466,6 +465,5 @@ int32_t sslSnapshotHSHash(ssl_t *ssl, unsigned char *out, int32 senderFlag)
return len;
}
/******************************************************************************/