projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83d6620
)
Cleanup mttest.c : remove MS_CALLBACK
author
Richard Levitte
<levitte@openssl.org>
Sun, 21 Jun 2015 16:51:18 +0000
(18:51 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Sun, 21 Jun 2015 20:13:28 +0000
(22:13 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit
a3f9286556d6d78c1800caae97a9328afb2557e6
)
crypto/threads/mttest.c
patch
|
blob
|
history
diff --git
a/crypto/threads/mttest.c
b/crypto/threads/mttest.c
index 8f67db6ee3c9c5cd9d9422f0a167c22829c884ba..0c6ada2193a02d5c4a10502bb03a2d1d9910c33a 100644
(file)
--- a/
crypto/threads/mttest.c
+++ b/
crypto/threads/mttest.c
@@
-107,7
+107,7
@@
#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_cleanup(void);
void do_threads(SSL_CTX *s_ctx, SSL_CTX *c_ctx);
@@
-640,7
+640,7
@@
int doit(char *ctx[4])
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];