Add AGL's "beer mug" PEM file as another test input
[openssl.git] / Configure
index f6d5a7cfd3be43e9d9517f823ba5e937c411f8de..86f68c7ca02c16c6cc2d5d7348804b07cc296f8f 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -302,7 +302,6 @@ $config{openssldir}="";
 $config{processor}="";
 $config{libdir}="";
 $config{cross_compile_prefix}="";
-$config{baseaddr}="0xFB00000";
 my $auto_threads=1;    # enable threads automatically? true by default
 my $default_ranlib;
 
@@ -730,10 +729,6 @@ while (@argvcopy)
                        {
                        $withargs{fuzzer_include}=$1;
                        }
-               elsif (/^--with-baseaddr=(.*)$/)
-                       {
-                       $config{baseaddr}="$1";
-                       }
                elsif (/^--cross-compile-prefix=(.*)$/)
                        {
                        $config{cross_compile_prefix}=$1;