diff options
Diffstat (limited to 'src/crypto.h')
-rw-r--r-- | src/crypto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto.h b/src/crypto.h index 40cfc31..9c87ca5 100644 --- a/src/crypto.h +++ b/src/crypto.h @@ -18,3 +18,4 @@ apr_status_t SEAL_BUFFER(apr_pool_t *p, struct seal_key *skey, struct databuf *plain, struct databuf *cipher); apr_status_t UNSEAL_BUFFER(apr_pool_t *p, struct seal_key *skey, struct databuf *cipher, struct databuf *plain); +int get_mac_size(struct seal_key *skey); |