]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/tls.c
Eliminate the rest of the warnings when the other dependencies are added in.
[thirdparty/cups.git] / cups / tls.c
index f0d799d1d3d98954eb171842e2a5cf1f6d12f17b..4b195155e993a6daf047eb781dbe2081b95c2e29 100644 (file)
@@ -46,7 +46,7 @@
 #    include "tls-gnutls.c"
 #  elif defined(HAVE_CDSASSL)
 #    include "tls-darwin.c"
-#  else defined(HAVE_SSPI)
+#  elif defined(HAVE_SSPI)
 #    include "tls-sspi.c"
 #  endif /* HAVE_GNUTLS */
 #else