Blob Blame History Raw
--- cyrus-sasl-2.1.22/plugins/kerberos4.c~	2005-01-10 02:08:53.000000000 -0500
+++ cyrus-sasl-2.1.22/plugins/kerberos4.c	2007-05-14 13:02:16.000000000 -0400
@@ -49,11 +49,7 @@
 #include <krb.h>
 
 #ifdef WITH_DES
-# ifdef WITH_SSL_DES
-#  include <openssl/des.h>
-# else
 #  include <des.h>
-# endif /* WITH_SSL_DES */
 #endif /* WITH_DES */
 
 #ifdef WIN32