curl.patch 369 B

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