X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=src%2Fsrc%2Fspool_out.c;h=539ad3d72ce63a22e5815e608106a0b29c4cf20f;hp=00361ab7cfb9ca2349ee4e02793b3ebaf4daff3f;hb=1e1ddfac79fbcd052f199500a6493c7f79cb8462;hpb=bc062cd5d29c98fce2117533eaa2d811e4dc57d0;ds=sidebyside diff --git a/src/src/spool_out.c b/src/src/spool_out.c index 00361ab7c..539ad3d72 100644 --- a/src/src/spool_out.c +++ b/src/src/spool_out.c @@ -3,6 +3,7 @@ *************************************************/ /* Copyright (c) University of Cambridge 1995 - 2018 */ +/* Copyright (c) The Exim Maintainers 2020 */ /* See the file NOTICE for conditions of use and distribution. */ /* Functions for writing spool files, and moving them about. */ @@ -263,6 +264,7 @@ if (tls_in.ocsp) fprintf(fp, "-tls_ocsp %d\n", tls_in.ocsp); # ifdef EXPERIMENTAL_TLS_RESUME fprintf(fp, "-tls_resumption %c\n", 'A' + tls_in.resumption); # endif +if (tls_in.ver) spool_var_write(fp, US"tls_ver", tls_in.ver); #endif #ifdef SUPPORT_I18N