X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/80e2389990082500d76eb566d4946be3e786c3ef..d8f41ccd20de16f8ebe2ccc84d47bf1cb2b26bbb:/SecurityTests/clxutils/threadTest/testutil.h?ds=inline diff --git a/SecurityTests/clxutils/threadTest/testutil.h b/SecurityTests/clxutils/threadTest/testutil.h new file mode 100644 index 00000000..a0dce3de --- /dev/null +++ b/SecurityTests/clxutils/threadTest/testutil.h @@ -0,0 +1,19 @@ +#ifndef _SSLTEST_H_ +#define _SSLTEST_H_ 1 + +#include + +#ifdef __cplusplus +extern "C" { +#endif + +const char *sslGetCipherSuiteString(SSLCipherSuite cs); +const char *sslGetProtocolVersionString(SSLProtocol prot); +const char *sslGetSSLErrString(OSStatus err); +void printSslErrStr(const char *op, OSStatus err); + +#ifdef __cplusplus +} +#endif + +#endif /* _SSLTEST_H_ */