updates for latest build changes
This commit is contained in:
@@ -1,22 +1,22 @@
|
||||
|
||||
ASM_X86_64_MACOSX = aes/aes-macosx-x86_64.s
|
||||
ASM_X86_64_MACOSX += aes/bsaes-macosx-x86_64.s
|
||||
ASM_X86_64_MACOSX += aes/vpaes-macosx-x86_64.s
|
||||
ASM_X86_64_MACOSX += aes/aesni-macosx-x86_64.s
|
||||
ASM_X86_64_MACOSX += aes/aesni-sha1-macosx-x86_64.s
|
||||
ASM_X86_64_MACOSX += bn/modexp512-macosx-x86_64.s
|
||||
ASM_X86_64_MACOSX += bn/mont-macosx-x86_64.s
|
||||
ASM_X86_64_MACOSX += bn/mont5-macosx-x86_64.s
|
||||
ASM_X86_64_MACOSX += bn/gf2m-macosx-x86_64.s
|
||||
ASM_X86_64_MACOSX += camellia/cmll-macosx-x86_64.s
|
||||
ASM_X86_64_MACOSX += md5/md5-macosx-x86_64.s
|
||||
ASM_X86_64_MACOSX += modes/ghash-macosx-x86_64.s
|
||||
ASM_X86_64_MACOSX += rc4/rc4-macosx-x86_64.s
|
||||
ASM_X86_64_MACOSX += rc4/rc4-md5-macosx-x86_64.s
|
||||
ASM_X86_64_MACOSX += sha/sha1-macosx-x86_64.s
|
||||
ASM_X86_64_MACOSX = aes/aes-macosx-x86_64.S
|
||||
ASM_X86_64_MACOSX += aes/bsaes-macosx-x86_64.S
|
||||
ASM_X86_64_MACOSX += aes/vpaes-macosx-x86_64.S
|
||||
ASM_X86_64_MACOSX += aes/aesni-macosx-x86_64.S
|
||||
ASM_X86_64_MACOSX += aes/aesni-sha1-macosx-x86_64.S
|
||||
ASM_X86_64_MACOSX += bn/modexp512-macosx-x86_64.S
|
||||
ASM_X86_64_MACOSX += bn/mont-macosx-x86_64.S
|
||||
ASM_X86_64_MACOSX += bn/mont5-macosx-x86_64.S
|
||||
ASM_X86_64_MACOSX += bn/gf2m-macosx-x86_64.S
|
||||
ASM_X86_64_MACOSX += camellia/cmll-macosx-x86_64.S
|
||||
ASM_X86_64_MACOSX += md5/md5-macosx-x86_64.S
|
||||
ASM_X86_64_MACOSX += modes/ghash-macosx-x86_64.S
|
||||
ASM_X86_64_MACOSX += rc4/rc4-macosx-x86_64.S
|
||||
ASM_X86_64_MACOSX += rc4/rc4-md5-macosx-x86_64.S
|
||||
ASM_X86_64_MACOSX += sha/sha1-macosx-x86_64.S
|
||||
ASM_X86_64_MACOSX += sha/sha256-macosx-x86_64.S
|
||||
ASM_X86_64_MACOSX += sha/sha512-macosx-x86_64.S
|
||||
ASM_X86_64_MACOSX += whrlpool/wp-macosx-x86_64.s
|
||||
ASM_X86_64_MACOSX += whrlpool/wp-macosx-x86_64.S
|
||||
ASM_X86_64_MACOSX += cpuid-macosx-x86_64.S
|
||||
|
||||
EXTRA_DIST += $(ASM_X86_64_MACOSX)
|
||||
|
Reference in New Issue
Block a user