Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/3926)
size_t chainidx, int *al)
{
const unsigned char *id;
- size_t idlen;
+ size_t idlen = 0;
SSL_SESSION *psksess = NULL;
SSL_SESSION *edsess = NULL;
const EVP_MD *handmd = NULL;
return testresult;
}
+#ifndef OPENSSL_NO_TLS1_3
+
static SSL_SESSION *psk = NULL;
static const char *pskid = "Identity";
static const char *srvid;
return 1;
}
-#ifndef OPENSSL_NO_TLS1_3
-
#define MSG1 "Hello"
#define MSG2 "World."
#define MSG3 "This"