aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls/cyassl.c
diff options
context:
space:
mode:
authorKyle L. Huff <code@curetheitch.com>2015-03-26 20:43:22 -0400
committerDaniel Stenberg <daniel@haxx.se>2015-03-27 23:31:12 +0100
commit211f1e3c6bf708e8809f10680d9d3a216d8a14b7 (patch)
tree52b5629a55047fe16c08c77812782dffc885c152 /lib/vtls/cyassl.c
parentdab4ff179f9217261eec2641870d08b410cef850 (diff)
cyassl: remove undefined reference to CyaSSL_no_filesystem_verify
CyaSSL_no_filesystem_verify is not (or no longer) defined by cURL or CyaSSL. This reference causes build errors when compiling with NO_FILESYSTEM.
Diffstat (limited to 'lib/vtls/cyassl.c')
-rw-r--r--lib/vtls/cyassl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/vtls/cyassl.c b/lib/vtls/cyassl.c
index 5ba279e5b..32a4477cb 100644
--- a/lib/vtls/cyassl.c
+++ b/lib/vtls/cyassl.c
@@ -191,10 +191,6 @@ cyassl_connect_step1(struct connectdata *conn,
return CURLE_SSL_CONNECT_ERROR;
}
}
-#else
- if(CyaSSL_no_filesystem_verify(conssl->ctx)!= SSL_SUCCESS) {
- return CURLE_SSL_CONNECT_ERROR;
- }
#endif /* NO_FILESYSTEM */
/* SSL always tries to verify the peer, this only says whether it should