xref: /illumos-gate/usr/src/cmd/sendmail/src/sfsasl.h (revision 445f2479)
17c478bd9Sstevel@tonic-gate /*
2*445f2479Sjbeck  * Copyright (c) 1999, 2000, 2006 Sendmail, Inc. and its suppliers.
37c478bd9Sstevel@tonic-gate  *	All rights reserved.
47c478bd9Sstevel@tonic-gate  *
57c478bd9Sstevel@tonic-gate  * By using this file, you agree to the terms and conditions set
67c478bd9Sstevel@tonic-gate  * forth in the LICENSE file which can be found at the top level of
77c478bd9Sstevel@tonic-gate  * the sendmail distribution.
87c478bd9Sstevel@tonic-gate  *
9*445f2479Sjbeck  *	$Id: sfsasl.h,v 8.19 2006/02/27 19:53:37 ca Exp $"
107c478bd9Sstevel@tonic-gate  */
117c478bd9Sstevel@tonic-gate 
127c478bd9Sstevel@tonic-gate #pragma ident	"%Z%%M%	%I%	%E% SMI"
137c478bd9Sstevel@tonic-gate 
147c478bd9Sstevel@tonic-gate #ifndef SFSASL_H
157c478bd9Sstevel@tonic-gate # define SFSASL_H
167c478bd9Sstevel@tonic-gate 
177c478bd9Sstevel@tonic-gate #if SASL
187c478bd9Sstevel@tonic-gate extern int	sfdcsasl __P((SM_FILE_T **, SM_FILE_T **, sasl_conn_t *));
197c478bd9Sstevel@tonic-gate #endif /* SASL */
207c478bd9Sstevel@tonic-gate 
217c478bd9Sstevel@tonic-gate # if STARTTLS
22*445f2479Sjbeck extern int	tls_retry __P((SSL *, int, int, time_t, int, int,
23*445f2479Sjbeck 				const char *));
247c478bd9Sstevel@tonic-gate extern int	sfdctls __P((SM_FILE_T **, SM_FILE_T **, SSL *));
257c478bd9Sstevel@tonic-gate # endif /* STARTTLS */
267c478bd9Sstevel@tonic-gate 
277c478bd9Sstevel@tonic-gate #endif /* ! SFSASL_H */
28