瀏覽代碼

add missing patch to CVS

Ralf S. Engelschall 23 年之前
父節點
當前提交
92a94fa25c
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. 12 0
      curl/curl.patch

+ 12 - 0
curl/curl.patch

@@ -0,0 +1,12 @@
+--- lib/urldata.h.orig	2002-11-12 00:03:05.000000000 +0100
++++ lib/urldata.h	2002-12-31 10:53:15.000000000 +0100
+@@ -114,9 +114,6 @@
+ };
+ #endif
+ 
+-#ifndef HAVE_OPENSSL_ENGINE_H
+-typedef void ENGINE;
+-#endif
+ /* struct for data related to SSL and SSL connections */
+ struct ssl_connect_data {
+   bool use;              /* use ssl encrypted communications TRUE/FALSE */