summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/engine/engine.h
diff options
context:
space:
mode:
authordoug <doug@openbsd.org>2015-07-19 22:34:27 +0000
committerdoug <doug@openbsd.org>2015-07-19 22:34:27 +0000
commite0b59b947f56e491de73f679a8bd70d2b62efabc (patch)
treeb383086ccec3e8138c11ed6e064f1b4922e4ba3b /lib/libcrypto/engine/engine.h
parentwrap long lines and kill some whitespace (diff)
downloadwireguard-openbsd-e0b59b947f56e491de73f679a8bd70d2b62efabc.tar.xz
wireguard-openbsd-e0b59b947f56e491de73f679a8bd70d2b62efabc.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 'lib/libcrypto/engine/engine.h')
-rw-r--r--lib/libcrypto/engine/engine.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/engine/engine.h b/lib/libcrypto/engine/engine.h
index dd1015f8afe..30d1bde4ae2 100644
--- a/lib/libcrypto/engine/engine.h
+++ b/lib/libcrypto/engine/engine.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: engine.h,v 1.30 2014/10/18 17:20:40 jsing Exp $ */
+/* $OpenBSD: engine.h,v 1.31 2015/07/19 22:34:27 doug Exp $ */
/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
* project 2000.
*/
@@ -322,7 +322,6 @@ void ENGINE_load_dynamic(void);
#ifndef OPENSSL_NO_STATIC_ENGINE
void ENGINE_load_padlock(void);
#endif
-void ENGINE_load_rsax(void);
void ENGINE_load_builtin_engines(void);
/* Get and set global flags (ENGINE_TABLE_FLAG_***) for the implementation