Ethereal-dev: Re: [Ethereal-dev] RADIUS's "Message Authenticator"

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

From: "Ronnie Sahlberg" <sahlberg@xxxxxxxxxxxxxxxx>
Date: Wed, 27 Mar 2002 07:10:20 +1100
From: "Mark H. Wood"
Sent: Wednesday, March 27, 2002 1:13 AM
Subject: Re: [Ethereal-dev] RADIUS's "Message Authenticator"


> It's a bit more complex than that.  Theoretically the system on which I'm
> writing this is still Slackware 1.2, although I claim to have replaced
> piecemeal all but a few kilobits over the years.  I'm fairly sure that
> OpenSSL didn't come with Slackware 1.2, but it's installed now.  How would
> the config script understand this?

Somehting like :

if(OS==RedHat7.2
|| OS==RedHat7.1
|| OS==xxxBSDy.z){
    UseOpenSSL;
} else {
    printf("Sorry, advanced crypto features not available to you\n");
}