diff options
| author | Greg Hudson <ghudson@mit.edu> | 2013-06-07 15:17:31 -0400 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2013-06-07 15:19:37 -0400 |
| commit | e51c089b745161dd6e1d64998e99d065fc22377e (patch) | |
| tree | 5e792dd53ed48f3c5d0a0aa78c0ce8e777f385a2 /src/lib/crypto/krb | |
| parent | 4f551a7ec126c52ee1f8fea4c3954015b70987bd (diff) | |
| download | krb5-e51c089b745161dd6e1d64998e99d065fc22377e.tar.gz krb5-e51c089b745161dd6e1d64998e99d065fc22377e.tar.xz krb5-e51c089b745161dd6e1d64998e99d065fc22377e.zip | |
Fix various warnings
Diffstat (limited to 'src/lib/crypto/krb')
| -rw-r--r-- | src/lib/crypto/krb/aead.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypto/krb/aead.c b/src/lib/crypto/krb/aead.c index 935125d9d..9d4e206ab 100644 --- a/src/lib/crypto/krb/aead.c +++ b/src/lib/crypto/krb/aead.c @@ -141,7 +141,7 @@ krb5int_c_padding_length(const struct krb5_keytypes *ktp, size_t data_length) static size_t next_iov_to_process(struct iov_cursor *cursor, size_t ind) { - krb5_crypto_iov *iov; + const krb5_crypto_iov *iov; for (; ind < cursor->iov_count; ind++) { iov = &cursor->iov[ind]; |
