From fe642e702bf460e04f22c870e21a0810fffcb442 Mon Sep 17 00:00:00 2001 From: Ben Toews Date: Fri, 6 Jul 2018 10:00:07 -0600 Subject: ts: fix windows build --- ext/openssl/ossl_ts.c | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'ext/openssl/ossl_ts.c') diff --git a/ext/openssl/ossl_ts.c b/ext/openssl/ossl_ts.c index 6581c5bf..8a0f7a17 100755 --- a/ext/openssl/ossl_ts.c +++ b/ext/openssl/ossl_ts.c @@ -7,19 +7,6 @@ * This program is licenced under the same licence as Ruby. * (See the file 'LICENCE'.) */ - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - #include "ossl.h" #if HAVE_OPENSSL_TS_H @@ -1049,7 +1036,7 @@ ossl_ts_resp_verify(int argc, VALUE *argv, VALUE self) TS_VERIFY_CTX *ctx; X509_STORE *store; TS_REQ *req; - STACK_OF(X509) *certs; + STACK_OF(X509) *certs = NULL; VALUE cert; int i; -- cgit v1.2.3