* XXX CTS EVP is broken, can't handle multi buffers :(

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23653 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-08-21 21:25:27 +00:00
parent fd4fa6e543
commit 5ad47f2f66

View File

@@ -3306,6 +3306,7 @@ krb5_encrypt_iov_ivec(krb5_context context,
/*
* XXX replace with EVP_Sign? at least make create_checksum an iov
* function.
* XXX CTS EVP is broken, can't handle multi buffers :(
*/
for (len = 0, i = 0; i < num_data; i++) {