return -1; /* connection status unknown */
}
-#endif /* USE_SSLEAY */
-
/* Selects an OpenSSL crypto engine
*/
CURLcode Curl_ossl_set_engine(struct SessionHandle *data, const char *engine)
#endif
}
-#ifdef USE_SSLEAY
/* Sets engine as default for all SSL operations
*/
CURLcode Curl_ossl_set_engine_default(struct SessionHandle *data)
#endif
return CURLE_OK;
}
-#endif /* USE_SSLEAY */
/* Return list of OpenSSL crypto engine names.
*/
}
-#ifdef USE_SSLEAY
-
/*
* This function is called when an SSL connection is closed.
*/
return 0;
}
-#endif
-
/* ====================================================== */
-#ifdef USE_SSLEAY
/*
* Match a hostname against a wildcard pattern.
}
return res;
}
-#endif
+#endif /* USE_SSLEAY */
/* The SSL_CTRL_SET_MSG_CALLBACK doesn't exist in ancient OpenSSL versions
and thus this cannot be done there. */