etc/services - sync with NetBSD-8
[minix.git] / crypto / external / bsd / openssl / lib / libcrypto / arch / x86_64 / sha.inc
blobd2a3db10a1c6c9f2b4d2b2758bf19a23a73acd02
1 .PATH.S: ${.PARSEDIR}
2 SHA_SRCS = sha1-x86_64.S
3 SHACPPFLAGS = -DSHA1_ASM
4 .if 0
5 SHA_SRCS += sha512-x86_64.S
6 SHACPPFLAGS+= -DSHA256_ASM -DSHA512_ASM
7 .endif
8 .include "../../sha.inc"