Enable assembler code for DES. Assembler code for BN is commented out as it
authormiod <miod@openbsd.org>
Mon, 5 May 2014 04:44:54 +0000 (04:44 +0000)
committermiod <miod@openbsd.org>
Mon, 5 May 2014 04:44:54 +0000 (04:44 +0000)
commit52885a610330d6bb17f10a625791a0cebc4edc8e
treeebe7f94f0ac20d46fbcfb93fdafac71a96dcbef3
parente8bc8e7fd0b9749d7d37729f2bd7559dc29a3519
Enable assembler code for DES. Assembler code for BN is commented out as it
uses the `umul' and `udiv' instructions directly, which are not supported
on v7 processors.
lib/libcrypto/arch/sparc/Makefile.inc [new file with mode: 0644]
lib/libcrypto/crypto/arch/sparc/Makefile.inc [new file with mode: 0644]