diff options
author | doug <> | 2015-07-19 22:34:27 +0000 |
---|---|---|
committer | doug <> | 2015-07-19 22:34:27 +0000 |
commit | 4f92bf3803a057f24c8fda4c2ce12e559c845602 (patch) | |
tree | 5d81c4075008ce8aa7366b738750cfc75eda9286 /src/lib/libcrypto/crypto | |
parent | e1b84c43076222a250e436e71045972c584515ce (diff) | |
download | openbsd-4f92bf3803a057f24c8fda4c2ce12e559c845602.tar.gz openbsd-4f92bf3803a057f24c8fda4c2ce12e559c845602.tar.bz2 openbsd-4f92bf3803a057f24c8fda4c2ce12e559c845602.zip |
Remove OpenSSL engine RSAX.
OpenSSL stopped building it last year and removed it this year.
Based on OpenSSL commit c436e05bdc7f49985a750df64122c960240b3ae1.
Also cranked major version in libcrypto, libssl and libtls.
"fine with me" bcook@ miod@
Diffstat (limited to 'src/lib/libcrypto/crypto')
-rw-r--r-- | src/lib/libcrypto/crypto/Makefile | 3 | ||||
-rw-r--r-- | src/lib/libcrypto/crypto/shlib_version | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index c1905516c2..9eccb901cd 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.59 2015/06/27 22:42:02 doug Exp $ | 1 | # $OpenBSD: Makefile,v 1.60 2015/07/19 22:34:27 doug Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | 4 | ||
@@ -133,7 +133,6 @@ SRCS+= eng_table.c eng_pkey.c eng_fat.c eng_all.c | |||
133 | SRCS+= tb_rsa.c tb_dsa.c tb_ecdsa.c tb_dh.c tb_ecdh.c tb_rand.c tb_store.c | 133 | SRCS+= tb_rsa.c tb_dsa.c tb_ecdsa.c tb_dh.c tb_ecdh.c tb_rand.c tb_store.c |
134 | SRCS+= tb_cipher.c tb_digest.c tb_pkmeth.c tb_asnmth.c | 134 | SRCS+= tb_cipher.c tb_digest.c tb_pkmeth.c tb_asnmth.c |
135 | SRCS+= eng_openssl.c eng_cnf.c eng_dyn.c | 135 | SRCS+= eng_openssl.c eng_cnf.c eng_dyn.c |
136 | SRCS+= eng_rsax.c | ||
137 | # XXX unnecessary? handled in EVP now... | 136 | # XXX unnecessary? handled in EVP now... |
138 | # SRCS+= eng_aesni.c # local addition | 137 | # SRCS+= eng_aesni.c # local addition |
139 | 138 | ||
diff --git a/src/lib/libcrypto/crypto/shlib_version b/src/lib/libcrypto/crypto/shlib_version index 96e1793a1e..db69fac89e 100644 --- a/src/lib/libcrypto/crypto/shlib_version +++ b/src/lib/libcrypto/crypto/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=34 | 2 | major=35 |
3 | minor=0 | 3 | minor=0 |