X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_gssapi.git;a=blobdiff_plain;f=src%2Fcrypto.h;h=9c87ca57f4876dc2d8f60150aa899bb23e284f33;hp=40cfc31f4390d1b097e8acc46c6538116aa227d6;hb=c4aa3d46e334461988acf17596fd34a6baa82aa3;hpb=0de0d0789d32b3517a75e77e5358303f73d84ad4 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);