blob: 6aefb87fa59b84496c5c522f670fa6dc82086d59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.11 2008/10/31 02:02:44 snj Exp $
--- dpi/https.c.orig 2008-10-13 07:49:46.000000000 -0700
+++ dpi/https.c 2008-10-30 07:52:45.000000000 -0700
@@ -68,8 +68,6 @@
#define MSG(...) printf("[https dpi]: " __VA_ARGS__)
-#define ENABLE_SSL
-#undef ENABLE_SSL
#ifdef ENABLE_SSL
#include <openssl/ssl.h>
|