diff options
| author | Richard Basch <probe@mit.edu> | 1995-11-28 13:18:57 +0000 |
|---|---|---|
| committer | Richard Basch <probe@mit.edu> | 1995-11-28 13:18:57 +0000 |
| commit | f1f3262bb12a11512fb3ded480783f32824e818e (patch) | |
| tree | e9a23015ef86cdf49c9cebcf602cca09908f1704 /src/lib/crypto | |
| parent | f2d9f5ca48a2e6d83f23375437644400d03a9235 (diff) | |
| download | krb5-f1f3262bb12a11512fb3ded480783f32824e818e.tar.gz krb5-f1f3262bb12a11512fb3ded480783f32824e818e.tar.xz krb5-f1f3262bb12a11512fb3ded480783f32824e818e.zip | |
The output block of n-fold should not be a "const"
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7136 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto')
| -rw-r--r-- | src/lib/crypto/des/des_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypto/des/des_int.h b/src/lib/crypto/des/des_int.h index dc9ccd22c..a8938807a 100644 --- a/src/lib/crypto/des/des_int.h +++ b/src/lib/crypto/des/des_int.h @@ -239,7 +239,7 @@ extern int mit_des3_string_to_key extern krb5_error_code mit_des_n_fold PROTOTYPE((const krb5_octet * input, const size_t in_len, - const krb5_octet * output, + krb5_octet * output, const size_t out_len)); #endif /*DES_INTERNAL_DEFS*/ |
