In article <[EMAIL PROTECTED]> you wrote:

> Index: Configure
> ===================================================================
> RCS file: /e/openssl/cvs/openssl/Configure,v
> retrieving revision 1.35
> diff -u -r1.35 Configure
> --- Configure 1999/04/09 16:25:25     1.35
> +++ Configure 1999/04/12 14:15:02
> @@ -292,6 +292,11 @@
>       {
>       if ($_ =~ /^no-asm$/)
>               { $no_asm=1; }
> +     elsif ($_ =~ /^rsaref$/)
> +             {
> +             $libs.= "-lRSAglue -lrsaref -lRSAglue ";
> +             $flags.= "-DRSAref ";
> +             }
>       elsif ($_ =~ /^386$/)
>               { $processor=386; }
>       elsif ($_ =~ /^-/)

A reasonable idea, but why do you use "-lRSAglue" twice? The correct and
working order should be "-lRSAglue -lrsaref", shouldn't it?  Except for this
issue, +1 for the patch.
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to