add const to the in parameter
authorJohn Kohl <jtkohl@mit.edu>
Wed, 2 May 1990 15:21:36 +0000 (15:21 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 2 May 1990 15:21:36 +0000 (15:21 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@665 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/kdb/decrypt_key.c
src/lib/kdb/encrypt_key.c

index 80f10c99faeb072969738273a13fc155b7a7bc34..b8b69f798c6f391b3ea59d6caace6e2af23ff87d 100644 (file)
@@ -31,7 +31,7 @@ static char rcsid_decrypt_key_c [] =
 krb5_error_code
 krb5_kdb_decrypt_key(eblock, in, out)
 krb5_encrypt_block *eblock;
-krb5_keyblock *in;
+const krb5_keyblock *in;
 krb5_keyblock *out;
 {
     krb5_error_code retval;
index f3a5a5df478c3b1588c03be7d1f7c1e50c18c465..4a7747a960d2d6521f4a35e049b739ff10bc418b 100644 (file)
@@ -30,7 +30,7 @@ static char rcsid_encrypt_key_c [] =
 krb5_error_code
 krb5_kdb_encrypt_key(eblock, in, out)
 krb5_encrypt_block *eblock;
-krb5_keyblock *in;
+const krb5_keyblock *in;
 krb5_keyblock *out;
 {
     /* encrypted rep has the real (unencrypted) key length stored