diff options
author | beck <> | 2016-11-11 03:49:14 +0000 |
---|---|---|
committer | beck <> | 2016-11-11 03:49:14 +0000 |
commit | 934a055de1ed87c2fa867444e84af322f6a4051b (patch) | |
tree | 97ca563d62a54e2c280cb304232550066f045774 | |
parent | e0a11f6692f50a12428ac3a9b68f597afd66598b (diff) | |
download | openbsd-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.inc | 8 | ||||
-rw-r--r-- | src/lib/libcrypto/shlib_version | 4 | ||||
-rw-r--r-- | src/lib/libssl/shlib_version | 4 | ||||
-rw-r--r-- | src/lib/libtls/shlib_version | 4 |
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 |
30 | SRCS+= des_enc.c fcrypt_b.c | 30 | SRCS+= des_enc.c fcrypt_b.c |
31 | # ec | 31 | # ec |
32 | CFLAGS+= -DECP_NISTZ256_ASM | 32 | #CFLAGS+= -DECP_NISTZ256_ASM |
33 | SRCS+= ecp_nistz256.c | 33 | #SRCS+= ecp_nistz256.c |
34 | SSLASM+= ec ecp_nistz256-x86_64 | 34 | #SSLASM+= ec ecp_nistz256-x86_64 |
35 | # md5 | 35 | # md5 |
36 | CFLAGS+= -DMD5_ASM | 36 | CFLAGS+= -DMD5_ASM |
37 | SSLASM+= md5 md5-x86_64 | 37 | SSLASM+= 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! |
2 | major=39 | 2 | major=40 |
3 | minor=1 | 3 | minor=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! |
2 | major=40 | 2 | major=41 |
3 | minor=1 | 3 | minor=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 @@ | |||
1 | major=12 | 1 | major=13 |
2 | minor=1 | 2 | minor=0 |