Cleanup mttest.c : remove MS_CALLBACK
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
f6a103133a
commit
a3f9286556
@ -106,7 +106,7 @@
|
|||||||
|
|
||||||
#define MAX_THREAD_NUMBER 100
|
#define MAX_THREAD_NUMBER 100
|
||||||
|
|
||||||
int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *xs);
|
int verify_callback(int ok, X509_STORE_CTX *xs);
|
||||||
void thread_setup(void);
|
void thread_setup(void);
|
||||||
void thread_cleanup(void);
|
void thread_cleanup(void);
|
||||||
void do_threads(SSL_CTX *s_ctx, SSL_CTX *c_ctx);
|
void do_threads(SSL_CTX *s_ctx, SSL_CTX *c_ctx);
|
||||||
@ -620,7 +620,7 @@ int doit(char *ctx[4])
|
|||||||
return (0);
|
return (0);
|
||||||
}
|
}
|
||||||
|
|
||||||
int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx)
|
int verify_callback(int ok, X509_STORE_CTX *ctx)
|
||||||
{
|
{
|
||||||
char *s, buf[256];
|
char *s, buf[256];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user