Initial FIPS integration

This commit is contained in:
Nick Parker
2015-03-10 14:33:43 -05:00
parent ea0d002545
commit 29b00cb2fc
8 changed files with 49 additions and 4 deletions
+1
View File
@@ -55,6 +55,7 @@ typedef struct {
int (*ctx_cmp)(void *c1, void *c2);
int (*ctx_init)(void **ctx);
int (*ctx_free)(void **ctx);
int (*fips_status)(void *ctx);
} sqlcipher_provider;
/* utility functions */