summaryrefslogtreecommitdiffstats
path: root/crypto/engine
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2003-07-27 17:00:51 +0000
committerBen Laurie <ben@openssl.org>2003-07-27 17:00:51 +0000
commit75622f1ece530cab5ee1864c8d1e3d2dec5d6913 (patch)
tree6d4c63b1c0c66f76236f4985722c5e3a548175b7 /crypto/engine
parenta052dd6532321ebb01936d1dcdb99481f741ad6a (diff)
Unfinished FIPS stuff for review/improvement.
Diffstat (limited to 'crypto/engine')
-rw-r--r--crypto/engine/engine.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/engine/engine.h b/crypto/engine/engine.h
index 8686879e1a..84fb5a2a62 100644
--- a/crypto/engine/engine.h
+++ b/crypto/engine/engine.h
@@ -630,6 +630,10 @@ typedef int (*dynamic_bind_engine)(ENGINE *e, const char *id,
if(!fn(e,id)) return 0; \
return 1; }
+#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
* made after this point may be overwritten when the script is next run.