From 5fbe91d86b23490b46f436976d55a9a6a60aee6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulf=20M=C3=B6ller?= Date: Tue, 13 Apr 1999 00:58:49 +0000 Subject: [PATCH] New Configure option "rsaref". --- CHANGES | 3 +++ Configure | 5 +++++ INSTALL | 2 +- STATUS | 3 +-- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index cef67cc881..4ae3a0d4ab 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,9 @@ Changes between 0.9.2b and 0.9.3 + *) New Configure option "rsaref". + [Ulf Möller] + *) Don't auto-generate pem.h. [Bodo Moeller] diff --git a/Configure b/Configure index 4d46a9758c..61101f3800 100755 --- 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](.*)$/) diff --git a/INSTALL b/INSTALL index 50ae13e669..f106554897 100644 --- a/INSTALL +++ b/INSTALL @@ -29,7 +29,7 @@ There are several options to ./config to customize the build: - -DRSAref Build with RSADSI's RSAREF toolkit. + rsaref Build with RSADSI's RSAREF toolkit. no-asm Build with no assembler code. 386 Use the 80386 instruction set only (the default x86 code is more efficient, but requires at least a 486). diff --git a/STATUS b/STATUS index b9247e93a2..50786dce7f 100644 --- a/STATUS +++ b/STATUS @@ -1,6 +1,6 @@ OpenSSL STATUS Last modified at - ______________ $Date: 1999/04/08 20:45:53 $ + ______________ $Date: 1999/04/13 00:58:49 $ DEVELOPMENT STATE @@ -79,7 +79,6 @@ o Jean-Hugues ROYER : rsa_oaep.c with Watcom C o $(PERL) in */Makefile.ssl o "Sign the certificate?" - "n" creates empty certificate file - o add Configure option "rsaref" o dubious declaration of crypt() in des.h OPEN ISSUES -- GitLab