New Configure option "rsaref".
[openssl.git] / Configure
index 4d46a9758cc2fd6de8bdbc02473562f730462067..61101f380042ad4d472e9594e461975e6a7a1d49 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -294,6 +294,11 @@ foreach (@ARGV)
                { $no_asm=1; }
        elsif ($_ =~ /^386$/)
                { $processor=386; }
+       elsif ($_ =~ /^rsaref$/)
+               {
+               $libs.= "-lRSAglue -lrsaref ";
+               $flags.= "-DRSAref ";
+               }
        elsif ($_ =~ /^-/)
                {
                if ($_ =~ /^-[lL](.*)$/)