* des3_sha.c: Add static keywords in function declarartions to
authorEzra Peisach <epeisach@mit.edu>
Sat, 18 May 1996 17:42:15 +0000 (17:42 +0000)
committerEzra Peisach <epeisach@mit.edu>
Sat, 18 May 1996 17:42:15 +0000 (17:42 +0000)
               match earlier declarations.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8047 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/crypto/ChangeLog
src/lib/crypto/des3_sha.c

index e7089c9df04128957711f80212238b203a3091b0..d33d4f342980a7a08e8f1288b51da400ff7ffaba 100644 (file)
@@ -1,3 +1,8 @@
+Sat May 18 13:34:01 1996  Ezra Peisach  (epeisach@paris)
+
+       * des3_sha.c: Add static keywords in function declarartions to
+               match earlier declarations. 
+
 Tue May 14 15:14:20 1996  Richard Basch  <basch@lehman.com>
 
        * cryptoconf.c:
index 260ceb374521bd587468de5a61436f37cae66953..96afa85d6464feaf2e69b9f20d3f537fdb809380 100644 (file)
@@ -64,7 +64,7 @@ krb5_cs_table_entry krb5_des3_sha_cst_entry = {
     };
 
 
-krb5_error_code
+static krb5_error_code
 mit_des3_sha_encrypt_func(in, out, size, key, ivec)
     krb5_const_pointer in;
     krb5_pointer out;
@@ -127,7 +127,7 @@ mit_des3_sha_encrypt_func(in, out, size, key, ivec)
     return retval;
 }
 
-krb5_error_code
+static krb5_error_code
 mit_des3_sha_decrypt_func(in, out, size, key, ivec)
     krb5_const_pointer in;
     krb5_pointer out;