From c41bef64869dcda634f9c54669fea5e080614168 Mon Sep 17 00:00:00 2001 From: Anthony Hu Date: Tue, 22 Mar 2022 11:37:10 -0400 Subject: [PATCH] Get rid of tabs I added previously. --- src/tls13.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tls13.c b/src/tls13.c index 35cc7774c..fcfa6f033 100644 --- a/src/tls13.c +++ b/src/tls13.c @@ -6154,7 +6154,7 @@ static int SendTls13CertificateVerify(WOLFSSL* ssl) else if (ssl->hsType == DYNAMIC_TYPE_ED448) args->sigAlgo = ed448_sa_algo; #endif - #if defined(HAVE_PQC) && defined(HAVE_FALCON) + #if defined(HAVE_PQC) && defined(HAVE_FALCON) else if (ssl->hsType == DYNAMIC_TYPE_FALCON) { falcon_key* fkey = (falcon_key*)ssl->hsKey; byte level = 0; @@ -6248,7 +6248,7 @@ static int SendTls13CertificateVerify(WOLFSSL* ssl) sig->length = ED448_SIG_SIZE; } #endif /* HAVE_ED448 */ - #if defined(HAVE_PQC) && defined(HAVE_FALCON) + #if defined(HAVE_PQC) && defined(HAVE_FALCON) if (ssl->hsType == DYNAMIC_TYPE_FALCON) { sig->length = FALCON_MAX_SIG_SIZE; } @@ -6304,7 +6304,7 @@ static int SendTls13CertificateVerify(WOLFSSL* ssl) args->length = (word16)sig->length; } #endif - #if defined(HAVE_PQC) && defined(HAVE_FALCON) + #if defined(HAVE_PQC) && defined(HAVE_FALCON) if (ssl->hsType == DYNAMIC_TYPE_FALCON) { ret = wc_falcon_sign_msg(args->sigData, args->sigDataSz, args->verify + HASH_SIG_SIZE +