Adjust DER size

pull/6662/head
Juliusz Sosinowicz 2023-07-31 15:26:43 +02:00
parent 724fe53379
commit 6f4fabaac9
1 changed files with 1 additions and 1 deletions

View File

@ -57425,7 +57425,7 @@ static int test_openssl_generate_key_and_cert(void)
#if !defined(NO_CERTS) && defined(WOLFSSL_CERT_GEN) && \
defined(WOLFSSL_CERT_REQ) && !defined(NO_ASN_TIME)
expectedDerSz = 345;
expectedDerSz = 344;
ExpectIntEQ(test_openssl_make_self_signed_certificate(pkey, expectedDerSz),
TEST_SUCCESS);
#endif