summaryrefslogtreecommitdiff
path: root/lib/libcrypto/arch/amd64/Makefile.inc
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>2016-11-11 03:49:15 +0000
committerBob Beck <beck@cvs.openbsd.org>2016-11-11 03:49:15 +0000
commite22314d50f5942ae1f813d4ca0b5fd3cb7e229ab (patch)
tree87eec696664b2b0df50e322801c6803913fb7007 /lib/libcrypto/arch/amd64/Makefile.inc
parent36bd32989364d5c8bae2fda6372017c34bb00efe (diff)
Disable ec assembly for amd64 pending fixes for ssh, and bump
majors appropriately
Diffstat (limited to 'lib/libcrypto/arch/amd64/Makefile.inc')
-rw-r--r--lib/libcrypto/arch/amd64/Makefile.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcrypto/arch/amd64/Makefile.inc b/lib/libcrypto/arch/amd64/Makefile.inc
index 8db34d74b00..c254e59fe2d 100644
--- a/lib/libcrypto/arch/amd64/Makefile.inc
+++ b/lib/libcrypto/arch/amd64/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.6 2016/11/04 18:12:13 miod Exp $
+# $OpenBSD: Makefile.inc,v 1.7 2016/11/11 03:49:14 beck Exp $
# amd64-specific libcrypto build rules
@@ -29,9 +29,9 @@ SSLASM+= camellia cmll-x86_64
# des
SRCS+= des_enc.c fcrypt_b.c
# ec
-CFLAGS+= -DECP_NISTZ256_ASM
-SRCS+= ecp_nistz256.c
-SSLASM+= ec ecp_nistz256-x86_64
+#CFLAGS+= -DECP_NISTZ256_ASM
+#SRCS+= ecp_nistz256.c
+#SSLASM+= ec ecp_nistz256-x86_64
# md5
CFLAGS+= -DMD5_ASM
SSLASM+= md5 md5-x86_64