mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Adjust DER size
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user