summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-06-13 16:33:33 -0400
committerRich Salz <rsalz@openssl.org>2017-06-19 09:31:45 -0400
commitf39a5501ce69cab0c7282f5dcbf2b80d8ee259f2 (patch)
treec5c9a3f4224fdf87b98813fb81f61c7b4ad72bc6 /include
parent3ac6d5ee5372b05aa90cc5c44efbde01bd669e9e (diff)
Remove bsd_cryptodev engine
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3699)
Diffstat (limited to 'include')
-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 ca3fcbc171..2d0cda43a8 100644
--- a/include/openssl/engine.h
+++ b/include/openssl/engine.h
@@ -744,7 +744,7 @@ typedef int (*dynamic_bind_engine) (ENGINE *e, const char *id,
*/
void *ENGINE_get_static_state(void);
-# if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(HAVE_CRYPTODEV)
+# if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__DragonFly__)
DEPRECATEDIN_1_1_0(void ENGINE_setup_bsd_cryptodev(void))
# endif