diff options
author | FdaSilvaYY <fdasilvayy@gmail.com> | 2017-08-15 23:39:03 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2017-08-16 16:36:34 +0200 |
commit | 31a80694d425bf7f3a0ed5cc2ee775d9418a5490 (patch) | |
tree | 0b8d8675d3b84abc2b3cb4e28abf8e057085cce2 /test/danetest.c | |
parent | Copy dlls into fuzz directory (diff) | |
download | openssl-31a80694d425bf7f3a0ed5cc2ee775d9418a5490.tar.xz openssl-31a80694d425bf7f3a0ed5cc2ee775d9418a5490.zip |
[Win] Fix some test method signatures ...
to halves MSVC warnings.
Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4172)
Diffstat (limited to 'test/danetest.c')
-rw-r--r-- | test/danetest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/danetest.c b/test/danetest.c index b589ede426..d21f554c7e 100644 --- a/test/danetest.c +++ b/test/danetest.c @@ -384,7 +384,7 @@ static int test_tlsafile(SSL_CTX *ctx, const char *base_name, return ret; } -static int run_tlsatest() +static int run_tlsatest(void) { SSL_CTX *ctx = NULL; BIO *f = NULL; |