mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 11:44:38 +02:00
fix hard tabs
This commit is contained in:
@@ -10367,6 +10367,7 @@ static void msg_cb(int write_p, int version, int content_type,
|
||||
(void)buf;
|
||||
(void)len;
|
||||
(void)ssl;
|
||||
|
||||
AssertTrue(arg == (void*)TEST_ARG);
|
||||
}
|
||||
#endif
|
||||
@@ -10514,6 +10515,7 @@ static void test_wolfSSL_set_options(void)
|
||||
#endif /* defined(OPENSSL_EXTRA) && !defined(NO_CERTS) && \
|
||||
!defined(NO_FILESYSTEM) && !defined(NO_RSA) */
|
||||
}
|
||||
|
||||
#if defined(OPENSSL_EXTRA) && !defined(NO_CERTS)
|
||||
static int verify_cb(int ok, X509_STORE_CTX *ctx)
|
||||
{
|
||||
|
Reference in New Issue
Block a user