diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2004-06-04 22:46:11 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2004-06-04 22:46:11 +0000 |
| commit | c3f8b49a7d6068a3b5dee78818a0c6d9c25981f3 (patch) | |
| tree | bb2744063638c60cd2b792599f4a7da162158e40 /src/lib | |
| parent | 7de269508cdc32a64f236f1fbb7cd33608d5137c (diff) | |
* yarrow.c (yarrow_str_error): Now const
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16415 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/crypto/yarrow/ChangeLog | 4 | ||||
| -rw-r--r-- | src/lib/crypto/yarrow/yarrow.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/crypto/yarrow/ChangeLog b/src/lib/crypto/yarrow/ChangeLog index 10cf2f93b..38d6fe7c6 100644 --- a/src/lib/crypto/yarrow/ChangeLog +++ b/src/lib/crypto/yarrow/ChangeLog @@ -1,3 +1,7 @@ +2004-06-04 Ken Raeburn <raeburn@mit.edu> + + * yarrow.c (yarrow_str_error): Now const. + 2004-05-26 Ezra Peisach <epeisach@mit.edu> * yarrow.c (krb5int_yarrow_final): Call diff --git a/src/lib/crypto/yarrow/yarrow.c b/src/lib/crypto/yarrow/yarrow.c index 3cb4b7e2e..c9f418896 100644 --- a/src/lib/crypto/yarrow/yarrow.c +++ b/src/lib/crypto/yarrow/yarrow.c @@ -73,7 +73,7 @@ static int Yarrow_Save_State( Yarrow_CTX *y ); static const byte zero_block[CIPHER_BLOCK_SIZE] = { 0, }; -static const char* yarrow_str_error[] = { +static const char* const yarrow_str_error[] = { "ok", "failed", "failed: uninitialized", |
