Enable assembler code for AES, DES, GCM, SHA1, SHA256 and SHA512.
authormiod <miod@openbsd.org>
Sat, 3 May 2014 20:06:13 +0000 (20:06 +0000)
committermiod <miod@openbsd.org>
Sat, 3 May 2014 20:06:13 +0000 (20:06 +0000)
commitc9609e8ac17f3e254deb47566605e31f70994774
tree9e27586a2ba8dd95076249ab750f91175bb53e3c
parentf249f9167968f4f994bb3e9507dbb12c04f5724a
Enable assembler code for AES, DES, GCM, SHA1, SHA256 and SHA512.

The sparcv9 BN code is not enabled, as it expects to run on a 32-bit
userland and will need to be fixed for 64-bit userland first.
lib/libcrypto/arch/sparc64/Makefile.inc [new file with mode: 0644]
lib/libcrypto/crypto/arch/sparc64/Makefile.inc [new file with mode: 0644]