cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: curl 7.9.4 error

From: Justin Piszcz <war_at_starband.net>
Date: Tue, 05 Feb 2002 11:20:22 -0500

Indeed.

/* #undef OPENSSL_ENABLED */
#define HAVE_OPENSSL_CRYPTO_H 1
#define HAVE_OPENSSL_ENGINE_H 1
#define HAVE_OPENSSL_ERR_H 1
#define HAVE_OPENSSL_PEM_H 1
#define HAVE_OPENSSL_RSA_H 1
#define HAVE_OPENSSL_SSL_H 1
#define HAVE_OPENSSL_X509_H 1

Daniel Stenberg wrote:

> On Tue, 5 Feb 2002, Justin Piszcz wrote:
>
> > I have many applications compiled with OpenSSL support.
>
> I don't doubt that. So have I.
>
> Can you see what curl's configure script said about the presens of a
> "openssl/engine.h" header file?
>
> Or even, run this command in the curl build root:
>
> $ grep OPENSSL config.h
>
> On my Linux box it outputs something like this:
>
> /* #undef OPENSSL_ENABLED */
> #define HAVE_OPENSSL_CRYPTO_H 1
> /* #undef HAVE_OPENSSL_ENGINE_H */
> #define HAVE_OPENSSL_ERR_H 1
> #define HAVE_OPENSSL_PEM_H 1
> #define HAVE_OPENSSL_RSA_H 1
> #define HAVE_OPENSSL_SSL_H 1
> #define HAVE_OPENSSL_X509_H 1
>
> Does your output differ?
>
> --
> Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
Received on 2002-02-05