]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
make krb5_c_keyed_checksum_types() prototype conform with reality
authorMarc Horowitz <marc@mit.edu>
Thu, 6 Aug 1998 23:23:58 +0000 (23:23 +0000)
committerMarc Horowitz <marc@mit.edu>
Thu, 6 Aug 1998 23:23:58 +0000 (23:23 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/marc-3des@10781 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5.hin

index 75c4c7fba990aa761cd35b98f7d13919dbeea990..d9d575658b862dcc9b2c4ac0112d98ed9eab3490 100644 (file)
@@ -424,7 +424,7 @@ KRB5_DLLIMP krb5_error_code KRB5_CALLCONV
 KRB5_DLLIMP krb5_error_code KRB5_CALLCONV
     krb5_c_keyed_checksum_types
     KRB5_PROTOTYPE((krb5_context context, krb5_enctype enctype, 
-                   unsigned int count, krb5_cksumtype *cksumtypes));
+                   unsigned int *count, krb5_cksumtype **cksumtypes));
 
 #define KRB5_KEYUSAGE_AS_REQ_PA_ENC_TS         1
 #define KRB5_KEYUSAGE_KDC_REP_TICKET           2