diff options
Diffstat (limited to 'cf/feature/tls_session_features.m4')
-rw-r--r-- | cf/feature/tls_session_features.m4 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/cf/feature/tls_session_features.m4 b/cf/feature/tls_session_features.m4 new file mode 100644 index 0000000000000..b45fb361333b3 --- /dev/null +++ b/cf/feature/tls_session_features.m4 @@ -0,0 +1,16 @@ +divert(-1) +# +# Copyright (c) 2015 Proofpoint, Inc. and its suppliers. +# All rights reserved. +# +# By using this file, you agree to the terms and conditions set +# forth in the LICENSE file which can be found at the top level of +# the sendmail distribution. +# +# + +divert(0) +VERSIONID(`$Id: tls_session_features.m4,v 8.1 2015-02-25 20:51:11 ca Exp $') +divert(-1) + +define(`_TLS_SESSION_FEATURES_', 1) |