summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-04-19 13:24:44 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-04-19 13:24:44 +0000
commit987bebaf8c2232ef1d0a9169eb56570e3a0753b8 (patch)
treefdf1e79f3b344df951c46f395451fd0b2c2bf322 /Configure
parent65f0efe198fa6d4bf1b42bc42e80c2dcaa2813c9 (diff)
New "algorithm define" OPENSSL_NO_GMP. Update mkdef.pl and Configure script
to use it.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/Configure b/Configure
index 581a7013b8..1cf439d849 100755
--- a/Configure
+++ b/Configure
@@ -582,6 +582,7 @@ my $zlib=1; # but "no-zlib" is default
my $no_krb5=0; # but "no-krb5" is implied unless "--with-krb5-..." is used
my $no_asm=0;
my $no_dso=0;
+my $no_gmp=0;
my @skip=();
my $Makefile="Makefile";
my $des_locl="crypto/des/des_locl.h";
@@ -611,6 +612,7 @@ my $perl;
# All of the following is disabled by default (RC5 was enabled before 0.9.8):
my %disabled = ( # "what" => "comment"
+ "gmp" => "default",
"mdc2" => "default",
"rc5" => "default",
"shared" => "default",