aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/engine.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-07-05 13:54:49 +0200
committerRichard Levitte <levitte@openssl.org>2016-07-05 23:52:09 +0200
commit5534c16a871523e385f328abe5f1fc520329e6e4 (patch)
tree1a032ac5579f0b6050345c6acdf4b937f2405b01 /include/openssl/engine.h
parentb77a86535e96d8b256cb26c27d43d22904aad718 (diff)
downloadopenssl-5534c16a871523e385f328abe5f1fc520329e6e4.zip
openssl-5534c16a871523e385f328abe5f1fc520329e6e4.tar.gz
openssl-5534c16a871523e385f328abe5f1fc520329e6e4.tar.bz2
Stop using and deprecate ENGINE_setup_bsd_cryptodev
The calls we made to it were redundant, as the same initialization is done later in OPENSSL_init_crypto() anyway. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'include/openssl/engine.h')
-rw-r--r--include/openssl/engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/engine.h b/include/openssl/engine.h
index e9d3ab2..f359c9e 100644
--- a/include/openssl/engine.h
+++ b/include/openssl/engine.h
@@ -746,7 +746,7 @@ typedef int (*dynamic_bind_engine) (ENGINE *e, const char *id,
void *ENGINE_get_static_state(void);
# if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(HAVE_CRYPTODEV)
-void ENGINE_setup_bsd_cryptodev(void);
+DEPRECATEDIN_1_1_0(void ENGINE_setup_bsd_cryptodev(void))
# endif
/* BEGIN ERROR CODES */