Unfinished FIPS stuff for review/improvement.

This commit is contained in:
Ben Laurie
2003-07-27 17:00:51 +00:00
parent a052dd6532
commit 75622f1ece
70 changed files with 6025 additions and 74 deletions

View File

@@ -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.