summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/engine.h
diff options
context:
space:
mode:
authordoug <>2015-07-19 22:34:27 +0000
committerdoug <>2015-07-19 22:34:27 +0000
commit4f92bf3803a057f24c8fda4c2ce12e559c845602 (patch)
tree5d81c4075008ce8aa7366b738750cfc75eda9286 /src/lib/libcrypto/engine/engine.h
parente1b84c43076222a250e436e71045972c584515ce (diff)
downloadopenbsd-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 '')
-rw-r--r--src/lib/libcrypto/engine/engine.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/engine/engine.h b/src/lib/libcrypto/engine/engine.h
index dd1015f8af..30d1bde4ae 100644
--- a/src/lib/libcrypto/engine/engine.h
+++ b/src/lib/libcrypto/engine/engine.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: engine.h,v 1.30 2014/10/18 17:20:40 jsing Exp $ */ 1/* $OpenBSD: engine.h,v 1.31 2015/07/19 22:34:27 doug Exp $ */
2/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL 2/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
3 * project 2000. 3 * project 2000.
4 */ 4 */
@@ -322,7 +322,6 @@ void ENGINE_load_dynamic(void);
322#ifndef OPENSSL_NO_STATIC_ENGINE 322#ifndef OPENSSL_NO_STATIC_ENGINE
323void ENGINE_load_padlock(void); 323void ENGINE_load_padlock(void);
324#endif 324#endif
325void ENGINE_load_rsax(void);
326void ENGINE_load_builtin_engines(void); 325void ENGINE_load_builtin_engines(void);
327 326
328/* Get and set global flags (ENGINE_TABLE_FLAG_***) for the implementation 327/* Get and set global flags (ENGINE_TABLE_FLAG_***) for the implementation