Browse Source

add missing patch to CVS

Ralf S. Engelschall 23 years ago
parent
commit
92a94fa25c
1 changed files with 12 additions and 0 deletions
  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 */