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 ($_ =~ /^-/)
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to