Enable use of assembly code for AES, BN (Montgomery), SHA1, SHA256 and SHA512.
authormiod <miod@openbsd.org>
Thu, 1 May 2014 22:27:59 +0000 (22:27 +0000)
committermiod <miod@openbsd.org>
Thu, 1 May 2014 22:27:59 +0000 (22:27 +0000)
commiteee8906322c37fdf9ea9c86a1e01da9e7b8b104d
treeb5bea2680466b12d0baee2dac329e0d5e6a53ef7
parent88da0340c754ca6ec7ebdbcca1562ffe9490bf19
Enable use of assembly code for AES, BN (Montgomery), SHA1, SHA256 and SHA512.
RC4 assembler code is not used, as it runs about 35% slower than the C code.
lib/libcrypto/arch/hppa/Makefile.inc [new file with mode: 0644]
lib/libcrypto/crypto/arch/hppa/Makefile.inc [new file with mode: 0644]