Added Test::ok_nofips, Test::is_nofips & Test::isnt_nofips methods.
[openssl.git] / Configurations / 10-main.conf
index 1e49118486a064749134d079af8c68a4d8848676..27e587fb357f1f8c481e5d5eecd7291e8a8b1354 100644 (file)
@@ -1098,7 +1098,7 @@ my %targets = (
         dso_scheme       => "dlfcn",
         shared_target    => "aix",
         module_ldflags   => "-Wl,-G,-bsymbolic,-bexpall",
-        shared_ldflag    => "-Wl,-G,-bsymbolic",
+        shared_ldflag    => "-Wl,-G,-bsymbolic,-bnoentry",
         shared_defflag   => "-Wl,-bE:",
         perl_platform    => 'AIX',
     },
@@ -1431,7 +1431,7 @@ my %targets = (
 
 #### Cygwin
     "Cygwin-common" => {
-        inherit_from     => [ "BASE_unix", asm("x86_asm") ],
+        inherit_from     => [ "BASE_unix" ],
         template         => 1,
 
         CC               => "gcc",
@@ -1725,7 +1725,7 @@ my %targets = (
 
         disable          => add('pinshared'),
 
-        apps_aux_src     => "vms_term_sock.c",
+        apps_aux_src     => "vms_term_sock.c vms_decc_argv.c",
         apps_init_src    => "vms_decc_init.c",
     },