* Patches change both the patchlevel and the release date. Snapshots have no
* patchlevel; they change the release date only.
*/
-#define MAIL_RELEASE_DATE "20190219"
+#define MAIL_RELEASE_DATE "20190221"
#define MAIL_VERSION_NUMBER "3.5"
#ifdef SNAPSHOT
/*
* XXX: We could lie and pretend to accept the name, but since we've
- * previously not impemented the callback (with OpenSSL then
+ * previously not implemented the callback (with OpenSSL then
* declining the extension), and nothing bad happened, declining it
* explicitly should be safe.
*/
{
state->client_start_props->ctx = state->appl_state;
state->client_start_props->fd = state->ciphertext_fd;
+ /* These predicates and warning belong inside tls_client_start(). */
if (!TLS_DANE_BASED(state->client_start_props->tls_level)
|| tls_dane_avail())
state->tls_context = tls_client_start(state->client_start_props);