summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbeck <>2016-11-11 03:49:14 +0000
committerbeck <>2016-11-11 03:49:14 +0000
commit934a055de1ed87c2fa867444e84af322f6a4051b (patch)
tree97ca563d62a54e2c280cb304232550066f045774
parente0a11f6692f50a12428ac3a9b68f597afd66598b (diff)
downloadopenbsd-934a055de1ed87c2fa867444e84af322f6a4051b.tar.gz
openbsd-934a055de1ed87c2fa867444e84af322f6a4051b.tar.bz2
openbsd-934a055de1ed87c2fa867444e84af322f6a4051b.zip
Disable ec assembly for amd64 pending fixes for ssh, and bump
majors appropriately
-rw-r--r--src/lib/libcrypto/arch/amd64/Makefile.inc8
-rw-r--r--src/lib/libcrypto/shlib_version4
-rw-r--r--src/lib/libssl/shlib_version4
-rw-r--r--src/lib/libtls/shlib_version4
4 files changed, 10 insertions, 10 deletions
diff --git a/src/lib/libcrypto/arch/amd64/Makefile.inc b/src/lib/libcrypto/arch/amd64/Makefile.inc
index 8db34d74b0..c254e59fe2 100644
--- a/src/lib/libcrypto/arch/amd64/Makefile.inc
+++ b/src/lib/libcrypto/arch/amd64/Makefile.inc
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile.inc,v 1.6 2016/11/04 18:12:13 miod Exp $ 1# $OpenBSD: Makefile.inc,v 1.7 2016/11/11 03:49:14 beck Exp $
2 2
3# amd64-specific libcrypto build rules 3# amd64-specific libcrypto build rules
4 4
@@ -29,9 +29,9 @@ SSLASM+= camellia cmll-x86_64
29# des 29# des
30SRCS+= des_enc.c fcrypt_b.c 30SRCS+= des_enc.c fcrypt_b.c
31# ec 31# ec
32CFLAGS+= -DECP_NISTZ256_ASM 32#CFLAGS+= -DECP_NISTZ256_ASM
33SRCS+= ecp_nistz256.c 33#SRCS+= ecp_nistz256.c
34SSLASM+= ec ecp_nistz256-x86_64 34#SSLASM+= ec ecp_nistz256-x86_64
35# md5 35# md5
36CFLAGS+= -DMD5_ASM 36CFLAGS+= -DMD5_ASM
37SSLASM+= md5 md5-x86_64 37SSLASM+= md5 md5-x86_64
diff --git a/src/lib/libcrypto/shlib_version b/src/lib/libcrypto/shlib_version
index 8ee32caa65..e696dee87b 100644
--- a/src/lib/libcrypto/shlib_version
+++ b/src/lib/libcrypto/shlib_version
@@ -1,3 +1,3 @@
1# Don't forget to give libssl and libtls the same type of bump! 1# Don't forget to give libssl and libtls the same type of bump!
2major=39 2major=40
3minor=1 3minor=0
diff --git a/src/lib/libssl/shlib_version b/src/lib/libssl/shlib_version
index 3a4ff8b8f0..417efb750a 100644
--- a/src/lib/libssl/shlib_version
+++ b/src/lib/libssl/shlib_version
@@ -1,3 +1,3 @@
1# Don't forget to give libtls the same type of bump! 1# Don't forget to give libtls the same type of bump!
2major=40 2major=41
3minor=1 3minor=0
diff --git a/src/lib/libtls/shlib_version b/src/lib/libtls/shlib_version
index eb2c603aec..262f3bc13b 100644
--- a/src/lib/libtls/shlib_version
+++ b/src/lib/libtls/shlib_version
@@ -1,2 +1,2 @@
1major=12 1major=13
2minor=1 2minor=0