mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
fix whitespace in tests/api/test_evp.c.
This commit is contained in:
@@ -74,7 +74,7 @@ int test_wolfSSL_EVP_CIPHER_type_string(void)
|
||||
EXPECT_DECLS;
|
||||
#ifdef OPENSSL_EXTRA
|
||||
const char* cipherStr;
|
||||
|
||||
|
||||
/* Test with valid cipher types */
|
||||
#ifndef NO_AES
|
||||
#ifdef WOLFSSL_AES_128
|
||||
@@ -94,7 +94,7 @@ int test_wolfSSL_EVP_CIPHER_type_string(void)
|
||||
cipherStr = wolfSSL_EVP_CIPHER_type_string(WC_NULL_CIPHER_TYPE);
|
||||
ExpectNotNull(cipherStr);
|
||||
ExpectStrEQ(cipherStr, "NULL");
|
||||
|
||||
|
||||
/* Test with invalid cipher type */
|
||||
cipherStr = wolfSSL_EVP_CIPHER_type_string(0xFFFF);
|
||||
ExpectNull(cipherStr);
|
||||
|
Reference in New Issue
Block a user