ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: RE: [Ethereal-dev] patch for SSL detection and Solaris compile

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "HOOD, Andy" <ahood@xxxxxxxxxxxxxx>
Date: Wed, 23 May 2001 11:19:41 +1000
Guy,

I have looked at how net-snmp does the SSL tests and rewritten them the same
way.

The default action is to look for libcrypto in /usr/local/ssl/lib
--with-ssl=pathname
will cause pathname/lib to be searched.
--with-ssl=yes
assumes the correct path has already been included (eg if libcrypto was in
/usr/local/lib or /usr/lib)
--with-ssl=no
turns off SSL

Here are two patches, one to add on to the last one I sent
(cumulative-patch), one against to 0.8.18 source tar (0.8.18-patch).


Regards,
Andrew Hood
A distributed system is one in which the failure of a computer you didn't
even know existed can render your own computer unusable. -- Leslie Lamport,
as quoted in CACM, June 1992


-----Original Message-----
From:	Guy Harris [mailto:gharris@xxxxxxxxx]
Sent:	Tuesday, 22 May 2001 16:46
To:	HOOD, Andy
Cc:	ethereal-dev@xxxxxxxxxxxx
Subject:	Re: [Ethereal-dev] patch for SSL detection and Solaris
compile

On Tue, May 22, 2001 at 12:23:54PM +1000, HOOD, Andy wrote:
> Here is a patch against 0.8.18 to:

Checked in.

> more cleanly detect OpenSSL (acinclude.m4) and,

Does it now, by default, find "-lcrypto" if present and arrange that it
be included when linking and when checking for UCD SNMP (so that the
user doesn't have to use "--with-ssl" except if "-lcrypto" isn't in a
directory it already searches)?  

<<application/ms-tnef>>