summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/ssl/ssl_task.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-04-13 20:37:11 +0000
committerderaadt <deraadt@openbsd.org>2014-04-13 20:37:11 +0000
commit7b4b7db27922c9f961d3584a0091fce782483e83 (patch)
treefb29da008e5dcacf78ce3ce13ea80e0eecc2eda1 /lib/libssl/src/ssl/ssl_task.c
parentWe don't use this build system. (diff)
downloadwireguard-openbsd-7b4b7db27922c9f961d3584a0091fce782483e83.tar.xz
wireguard-openbsd-7b4b7db27922c9f961d3584a0091fce782483e83.zip
remove more cases of MS_STATIC, MS_CALLBACK, and MS_FAR. Did you
know that MS_STATIC doesn't mean it is static? How far can lies and half-truths be layered? I wonder if anyone got fooled, and actually returned a pointer.. ok beck
Diffstat (limited to 'lib/libssl/src/ssl/ssl_task.c')
-rw-r--r--lib/libssl/src/ssl/ssl_task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/ssl/ssl_task.c b/lib/libssl/src/ssl/ssl_task.c
index b5ce44b47c5..416fb16743b 100644
--- a/lib/libssl/src/ssl/ssl_task.c
+++ b/lib/libssl/src/ssl/ssl_task.c
@@ -131,7 +131,7 @@ int LIB$INIT_TIMER(), LIB$SHOW_TIMER();
#include <openssl/ssl.h>
#include <openssl/err.h>
-int MS_CALLBACK verify_callback(int ok, X509 *xs, X509 *xi, int depth,
+int verify_callback(int ok, X509 *xs, X509 *xi, int depth,
int error);
BIO *bio_err=NULL;
BIO *bio_stdout=NULL;