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
/
sparc
/
aes.inc
blob
a09ae78ae35444421221f7533964d2599d6eef78
1
.if ${MACHINE} == "sparc64"
2
.PATH.S: ${.PARSEDIR}
3
AES_SRCS = aes_core.c aes_cbc.c aes-sparcv9.S
4
AESCPPFLAGS = -DAES_ASM
5
.endif
6
.include "../../aes.inc"