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:
f6a1031
)
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 19:45:47 +0000
(21:45 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/threads/mttest.c
patch
|
blob
|
history
diff --git
a/crypto/threads/mttest.c
b/crypto/threads/mttest.c
index 3218c32924a9cfdb3ca09d67152873e33827e15d..8995b83c007219aa8cb0fca86935f8bf75af16c3 100644
(file)
--- a/
crypto/threads/mttest.c
+++ b/
crypto/threads/mttest.c
@@
-106,7
+106,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);
@@
-620,7
+620,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];