X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2Fcrypto.h;h=cfc83faeb821d431d141299b44b1f61258b87103;hb=e6d9a30c889fe042cf3ad5073519f348dbe924f0;hp=a8b5ca030e546ef33efa8a8231c0295ab036b30a;hpb=63dbb99337d0423253cb1ead0dcc3da54af5d13e;p=mod_auth_gssapi.git diff --git a/src/crypto.h b/src/crypto.h index a8b5ca0..cfc83fa 100644 --- a/src/crypto.h +++ b/src/crypto.h @@ -10,7 +10,8 @@ struct databuf { int length; }; -apr_status_t SEAL_KEY_CREATE(struct seal_key **skey); +apr_status_t SEAL_KEY_CREATE(apr_pool_t *p, struct seal_key **skey, + struct databuf *keys); 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,