Commit fff202e5 authored by Matt Caswell's avatar Matt Caswell
Browse files

Add some fixes for Travis failures

parent 976e5323
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -680,7 +680,7 @@ EXT_RETURN tls_construct_ctos_early_data(SSL *s, WPACKET *pkt,
                                         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;
+2 −2
Original line number Diff line number Diff line
@@ -1399,6 +1399,8 @@ static int test_set_sigalgs(int idx)
    return testresult;
}

#ifndef OPENSSL_NO_TLS1_3

static SSL_SESSION *psk = NULL;
static const char *pskid = "Identity";
static const char *srvid;
@@ -1463,8 +1465,6 @@ static int find_session_cb(SSL *ssl, const unsigned char *identity,
    return 1;
}

#ifndef OPENSSL_NO_TLS1_3

#define MSG1    "Hello"
#define MSG2    "World."
#define MSG3    "This"