repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
crypto
/
external
/
bsd
/
openssl
/
lib
/
libcrypto
/
arch
/
arm
/
sha.inc
blob
e41601126b8aba337139b8a736b90db0a479392e
1
.if ${MACHINE_ARCH:M*armv4*} == ""
2
.PATH.S: ${.PARSEDIR}
3
SHA_SRCS = sha1-armv4-large.S sha256-armv4.S sha512-armv4.S
4
SHACPPFLAGS = -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM
5
.endif
6
.include "../../sha.inc"
7