From bb4ad9805388e4c2f231db5365c60d49eeecaa91 Mon Sep 17 00:00:00 2001 From: doug <> Date: Sun, 19 Jul 2015 22:34:27 +0000 Subject: [PATCH] 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@ --- src/lib/libcrypto/crypto/Makefile | 3 +-- 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 c1905516..9eccb901 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.59 2015/06/27 22:42:02 doug Exp $ +# $OpenBSD: Makefile,v 1.60 2015/07/19 22:34:27 doug Exp $ LIB= crypto @@ -133,7 +133,6 @@ SRCS+= eng_table.c eng_pkey.c eng_fat.c eng_all.c SRCS+= tb_rsa.c tb_dsa.c tb_ecdsa.c tb_dh.c tb_ecdh.c tb_rand.c tb_store.c SRCS+= tb_cipher.c tb_digest.c tb_pkmeth.c tb_asnmth.c SRCS+= eng_openssl.c eng_cnf.c eng_dyn.c -SRCS+= eng_rsax.c # XXX unnecessary? handled in EVP now... # SRCS+= eng_aesni.c # local addition diff --git a/src/lib/libcrypto/crypto/shlib_version b/src/lib/libcrypto/crypto/shlib_version index 96e1793a..db69fac8 100644 --- a/src/lib/libcrypto/crypto/shlib_version +++ b/src/lib/libcrypto/crypto/shlib_version @@ -1,3 +1,3 @@ # Don't forget to give libssl and libtls the same type of bump! -major=34 +major=35 minor=0