Note non-export of CC.
[openssl.git] / util / pl / unix.pl
index dedfe611a5ab7c7c015e53294d9856fdbfadb263..0a08d3d3d9bfb448e389f8ceafcd9acc38961da4 100644 (file)
@@ -70,7 +70,10 @@ $bf_enc_src="";
          'rc4-x86_64' => 'crypto/rc4',
          'rc4-md5-x86_64' => 'crypto/rc4',
          'ghash-x86_64' => 'crypto/modes',
-          'aesni-gcm-x86_64' => 'crypto/modes',
+         'aesni-gcm-x86_64' => 'crypto/modes',
+         'aesni-sha256-x86_64' => 'crypto/aes',
+          'rsaz-x86_64' => 'crypto/bn',
+          'rsaz-avx2' => 'crypto/bn',
          );
 
 # If I were feeling more clever, these could probably be extracted
@@ -81,6 +84,8 @@ sub platform_perlasm_compile_target
 
        for $p (keys %perl1)
                {
+# FIXME: export CC so rsaz-avx2 can test for it. But this also
+# requires fixing the .s.o rule to use CC!
                if ($target eq "\$(OBJ_D)/$p.o")
                        {
                        return << "EOF";
@@ -395,6 +400,7 @@ sub get_tests
                 'testss',
                 'testssl',
                 'testsslproxy',
+                'serverinfo.pem',
               );
   my $copies = copy_scripts(1, 'test', @copies);
   $copies .= copy_scripts(0, 'test', ('smcont.txt'));