summaryrefslogtreecommitdiff
path: root/net/tcpdump/files/extra-patch-openssl-configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/tcpdump/files/extra-patch-openssl-configure.in')
-rw-r--r--net/tcpdump/files/extra-patch-openssl-configure.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/tcpdump/files/extra-patch-openssl-configure.in b/net/tcpdump/files/extra-patch-openssl-configure.in
new file mode 100644
index 000000000000..a3e078a36173
--- /dev/null
+++ b/net/tcpdump/files/extra-patch-openssl-configure.in
@@ -0,0 +1,11 @@
+--- configure.in.orig Sat Jan 22 23:59:33 2005
++++ configure.in Sun Jan 23 00:00:19 2005
+@@ -732,7 +732,7 @@
+ if test -f $ac_cv_ssleay_path/lib/librsaref.a; then
+ LIBS="$LIBS -lrsaref"
+ fi
+- AC_CHECK_LIB(crypto, des_cbc_encrypt)
++ AC_CHECK_LIB(crypto, DES_cbc_encrypt)
+
+ CPPFLAGS="$CPPFLAGS $V_INCLS"
+ AC_CHECK_HEADERS(openssl/evp.h)