mirror of https://github.com/wolfSSL/wolfssl.git
Remove MyKeyLog.txt
parent
d0b8b919df
commit
86fd570e8c
|
@ -34218,6 +34218,8 @@ static int test_wolfSSL_Tls12_Key_Logging_test(void)
|
||||||
}
|
}
|
||||||
/* a log starting with "CLIENT_RANDOM " should exit in the file */
|
/* a log starting with "CLIENT_RANDOM " should exit in the file */
|
||||||
ExpectIntEQ(found, 1);
|
ExpectIntEQ(found, 1);
|
||||||
|
/* clean up */
|
||||||
|
ExpectIntEQ(rem_file("./MyKeyLog.txt"), 0);
|
||||||
#endif /* OPENSSL_EXTRA && HAVE_SECRET_CALLBACK */
|
#endif /* OPENSSL_EXTRA && HAVE_SECRET_CALLBACK */
|
||||||
return EXPECT_RESULT();
|
return EXPECT_RESULT();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue