X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fengine%2Fengine.h;h=f56c1c67ee0eb890e2891526e82c573563e7c90e;hp=43500a86767bc03403fafcccdfae54a111977c2d;hb=33cc07f79acf91dfbe4970e94665c53f42c89112;hpb=c029841e366b5156982d2a691726a3481dbf8ea0 diff --git a/crypto/engine/engine.h b/crypto/engine/engine.h index 43500a8676..f56c1c67ee 100644 --- a/crypto/engine/engine.h +++ b/crypto/engine/engine.h @@ -685,6 +685,9 @@ typedef int (*dynamic_bind_engine)(ENGINE *e, const char *id, * values. */ void *ENGINE_get_static_state(void); +#if defined(__OpenBSD__) || defined(__FreeBSD__) +void ENGINE_setup_bsd_cryptodev(void); +#endif /* BEGIN ERROR CODES */ /* The following lines are auto generated by the script mkerr.pl. Any changes