summaryrefslogtreecommitdiffstats
path: root/crypto/engine
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2003-02-01 20:55:29 +0000
committerBen Laurie <ben@openssl.org>2003-02-01 20:55:29 +0000
commit33cc07f79acf91dfbe4970e94665c53f42c89112 (patch)
tree501df3298b0b421cbe1af5a2240b6755a6a89a6b /crypto/engine
parentc029841e366b5156982d2a691726a3481dbf8ea0 (diff)
Fix warning.
Diffstat (limited to 'crypto/engine')
-rw-r--r--crypto/engine/engine.h3
1 files changed, 3 insertions, 0 deletions
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