CVSROOT: /cvs Module name: ports Changes by: [email protected] 2018/11/16 18:06:24
Modified files:
net/silc-client: Makefile
net/silc-server: Makefile
Log message:
Disable assembly code across all architectures.
This only provides amd64 and i386 implementations of AES. The i386 one
has non-PIC code, and the amd64 one provides little performance gain
(less than 20% in a comparison of aes-128-ctr with the C code).
ok Brad
