commit | 5fbe91d86b23490b46f436976d55a9a6a60aee6e | [log] [tgz] |
---|---|---|
author | Ulf Möller <ulf@openssl.org> | Tue Apr 13 00:58:49 1999 +0000 |
committer | Ulf Möller <ulf@openssl.org> | Tue Apr 13 00:58:49 1999 +0000 |
tree | 23f9c26f3cce92c8a99ded050355bef6df4e04a0 | |
parent | 5fd4e2b16b26579bc64470e3c8329d390ff861ae [diff] [blame] |
New Configure option "rsaref".
diff --git a/Configure b/Configure index 4d46a97..61101f3 100755 --- a/Configure +++ b/Configure
@@ -294,6 +294,11 @@ { $no_asm=1; } elsif ($_ =~ /^386$/) { $processor=386; } + elsif ($_ =~ /^rsaref$/) + { + $libs.= "-lRSAglue -lrsaref "; + $flags.= "-DRSAref "; + } elsif ($_ =~ /^-/) { if ($_ =~ /^-[lL](.*)$/)