summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/i386
diff options
context:
space:
mode:
authormiod <>2016-11-04 18:12:14 +0000
committermiod <>2016-11-04 18:12:14 +0000
commit95c92d8519666cd42fcb0aaea340ec1d508fafcd (patch)
tree6208734128a5fa1fe8eb659032f191df236270dc /src/lib/libcrypto/arch/i386
parent3b8a78795bef4ca09dc876e28a533d702bf5275d (diff)
downloadopenbsd-95c92d8519666cd42fcb0aaea340ec1d508fafcd.tar.gz
openbsd-95c92d8519666cd42fcb0aaea340ec1d508fafcd.tar.bz2
openbsd-95c92d8519666cd42fcb0aaea340ec1d508fafcd.zip
Ride the current major bump and enable assembler code for nist 256p curve,
on amd64 only for now. Stanzas to enable it on arm, i386 and sparc64 are provided but commented out for lack of testing due to the machine room being currently in storage. ok jsing@
Diffstat (limited to 'src/lib/libcrypto/arch/i386')
-rw-r--r--src/lib/libcrypto/arch/i386/Makefile.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libcrypto/arch/i386/Makefile.inc b/src/lib/libcrypto/arch/i386/Makefile.inc
index f4e1f36b1c..2744da8397 100644
--- a/src/lib/libcrypto/arch/i386/Makefile.inc
+++ b/src/lib/libcrypto/arch/i386/Makefile.inc
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile.inc,v 1.4 2014/11/17 20:31:22 miod Exp $ 1# $OpenBSD: Makefile.inc,v 1.5 2016/11/04 18:12:13 miod Exp $
2 2
3# i386-specific libcrypto build rules 3# i386-specific libcrypto build rules
4 4
@@ -25,6 +25,10 @@ SSLASM+= camellia cmll-x86
25# des 25# des
26SRCS+= fcrypt_b.c 26SRCS+= fcrypt_b.c
27SSLASM+= des des-586 27SSLASM+= des des-586
28# # ec
29# CFLAGS+= -DECP_NISTZ256_ASM
30# SRCS+= ecp_nistz256.c
31# SSLASM+= ec ecp_nistz256-x86
28# md5 32# md5
29CFLAGS+= -DMD5_ASM 33CFLAGS+= -DMD5_ASM
30SSLASM+= md5 md5-586 34SSLASM+= md5 md5-586