]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/client.c
Drop OpenSSL support.
[thirdparty/cups.git] / scheduler / client.c
index 8011f872c98a1ba33873036538d9ef7241acfd74..55ebe514d0f8cfe826c95a3a8db1f894aa0d8296 100644 (file)
@@ -418,10 +418,6 @@ int                                        /* O - 1 if partial close, 0 if fully closed */
 cupsdCloseClient(cupsd_client_t *con)  /* I - Client to close */
 {
   int          partial;                /* Do partial close for SSL? */
-#ifdef HAVE_LIBSSL
-#elif defined(HAVE_GNUTLS)
-#  elif defined(HAVE_CDSASSL)
-#endif /* HAVE_LIBSSL */
 
 
   cupsdLogClient(con, CUPSD_LOG_DEBUG, "Closing connection.");