]> git.ipfire.org Git - thirdparty/krb5.git/commit
Remove some unnecessary PKINIT code 618/head
authorGreg Hudson <ghudson@mit.edu>
Thu, 23 Mar 2017 18:26:50 +0000 (14:26 -0400)
committerGreg Hudson <ghudson@mit.edu>
Fri, 24 Mar 2017 15:20:51 +0000 (11:20 -0400)
commitc02cdaf781328eb8c36bbea39c1d6b6581d70ae0
tree2b46840691349bed6d0ebf60ebea181add71d722
parent7fdaef7c3280c86b5df25ae061fb04cc56d8620c
Remove some unnecessary PKINIT code

In cms_signeddata_create(), alg_buf and digest_buf are allocated but
never used.  (Instead, a combined buffer is allocated and the alg and
digest objects are marshalled into it.)  Remove them.
src/plugins/preauth/pkinit/pkinit_crypto_openssl.c