$NetBSD: patch-ac,v 1.2 2000/10/02 16:43:45 abs Exp $ --- src/encrypt.c.orig Wed Aug 11 10:32:33 1999 +++ src/encrypt.c @@ -39,6 +39,8 @@ #ifdef HAVE_LIBCRYPTO /* must be des.h from OpenSSL */ # ifdef HAVE_OPENSSL_DES_H # include +# else +# undef HAVE_LIBCRYPTO # endif #endif