From 4f92bf3803a057f24c8fda4c2ce12e559c845602 Mon Sep 17 00:00:00 2001 From: doug <> Date: Sun, 19 Jul 2015 22:34:27 +0000 Subject: 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/engine/eng_all.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/lib/libcrypto/engine/eng_all.c') diff --git a/src/lib/libcrypto/engine/eng_all.c b/src/lib/libcrypto/engine/eng_all.c index b428300e76..7640cf7fcd 100644 --- a/src/lib/libcrypto/engine/eng_all.c +++ b/src/lib/libcrypto/engine/eng_all.c @@ -1,4 +1,4 @@ -/* $OpenBSD: eng_all.c,v 1.28 2015/06/19 06:05:11 bcook Exp $ */ +/* $OpenBSD: eng_all.c,v 1.29 2015/07/19 22:34:27 doug Exp $ */ /* Written by Richard Levitte for the OpenSSL * project 2000. */ @@ -67,9 +67,6 @@ ENGINE_load_builtin_engines(void) /* Some ENGINEs need this */ OPENSSL_cpuid_setup(); -#ifndef OPENSSL_NO_RSAX - ENGINE_load_rsax(); -#endif #ifndef OPENSSL_NO_STATIC_ENGINE #ifndef OPENSSL_NO_HW #ifndef OPENSSL_NO_HW_PADLOCK -- cgit v1.2.3-55-g6feb