Add whrlpool and camellia .s files to perlasm list
[openssl.git] / util / pl / unix.pl
index 6757b7ca18c31282cd00f038891819fe4dad77fb..c975cb862fd8abde8d7d82724711cf6b5251c88d 100644 (file)
@@ -77,6 +77,9 @@ $bf_enc_src="";
          'aesni-mb-x86_64' => 'crypto/aes',
          'sha1-mb-x86_64' => 'crypto/sha',
          'sha256-mb-x86_64' => 'crypto/sha',
+         'ecp_nistz256-x86_64' => 'crypto/ec',
+         'wp-x86_64' => 'crypto/whrlpool',
+         'cmll-x86_64' => 'crypto/camellia',
          );
 
 # If I were feeling more clever, these could probably be extracted
@@ -138,7 +141,7 @@ sub special_compile_target
                {
                return << "EOF";
 \$(TMP_D)/x86_64-gcc.o:        crypto/bn/asm/x86_64-gcc.c
-       \$(CC) \$(CFLAGS) -c -o \$@ crypto/bn/asm/x86_64-gcc.c
+       \$(CC) \$(LIB_CFLAGS) -c -o \$@ crypto/bn/asm/x86_64-gcc.c
 EOF
                }
        return undef;