summaryrefslogtreecommitdiff
path: root/scheduler/tls.c
diff options
context:
space:
mode:
Diffstat (limited to 'scheduler/tls.c')
-rw-r--r--scheduler/tls.c30
1 files changed, 0 insertions, 30 deletions
diff --git a/scheduler/tls.c b/scheduler/tls.c
deleted file mode 100644
index 41a107ab8..000000000
--- a/scheduler/tls.c
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * "$Id: tls.c 3755 2012-03-30 05:59:14Z msweet $"
- *
- * TLS support code for the CUPS scheduler.
- *
- * Copyright 2012 by Apple Inc.
- *
- * These coded instructions, statements, and computer programs are the
- * property of Apple Inc. and are protected by Federal copyright
- * law. Distribution and use rights are outlined in the file "LICENSE.txt"
- * which should have been included with this file. If this file is
- * file is missing or damaged, see the license at "http://www.cups.org/".
- */
-
-#include "cupsd.h"
-
-#ifdef HAVE_SSL
-# ifdef HAVE_CDSASSL
-# include "tls-darwin.c"
-# elif defined(HAVE_GNUTLS)
-# include "tls-gnutls.c"
-# elif defined(HAVE_LIBSSL)
-# include "tls-openssl.c"
-# endif /* HAVE_CDSASSL */
-#endif /* HAVE_SSL */
-
-
-/*
- * End of "$Id: tls.c 3755 2012-03-30 05:59:14Z msweet $".
- */