blob: d0f8062c5ff09b1a883a4504efeac8126308ae5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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 <openssl/des.h>
+# else
+# undef HAVE_LIBCRYPTO
# endif
#endif
|