* yarrow.c (yarrow_str_error): Now const
authorKen Raeburn <raeburn@mit.edu>
Fri, 4 Jun 2004 22:46:11 +0000 (22:46 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 4 Jun 2004 22:46:11 +0000 (22:46 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16415 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/crypto/yarrow/ChangeLog
src/lib/crypto/yarrow/yarrow.c

index 10cf2f93bdb25554b31a4e2f228cd016cba74109..38d6fe7c635d1b1b9dc13c6279dfa5feae58afac 100644 (file)
@@ -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
index 3cb4b7e2ef9e74039254643fcd4de98d19d1788f..c9f41889678b546ca7ef1a3819355510610dc0b1 100644 (file)
@@ -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",