q not used, don't increment
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24830 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -3440,9 +3440,7 @@ krb5_decrypt_iov_ivec(krb5_context context,
|
||||
|
||||
memcpy(q, hiv->data.data, hiv->data.length);
|
||||
q += hiv->data.length;
|
||||
|
||||
memcpy(q, div->data.data, div->data.length);
|
||||
q += div->data.length;
|
||||
|
||||
ret = _get_derived_key(context, crypto, ENCRYPTION_USAGE(usage), &dkey);
|
||||
if(ret) {
|
||||
|
Reference in New Issue
Block a user