svn rev #23292: trunk/src/include/  krb5/
    ghudson@MIT.EDU 
    ghudson at MIT.EDU
       
    Thu Nov 19 11:27:47 EST 2009
    
    
  
http://src.mit.edu/fisheye/changelog/krb5/?cs=23292
Commit By: ghudson
Log Message:
Put krb5_auth_con_set_req_cksumtype back in the public API, since it
is needed by the BSD applications which will be unbundled in 1.8.
Changed Files:
U   trunk/src/include/k5-int.h
U   trunk/src/include/krb5/krb5.hin
Modified: trunk/src/include/k5-int.h
===================================================================
--- trunk/src/include/k5-int.h	2009-11-19 16:07:43 UTC (rev 23291)
+++ trunk/src/include/k5-int.h	2009-11-19 16:27:47 UTC (rev 23292)
@@ -2695,10 +2695,6 @@
                                      const krb5_data *, krb5_principal **,
                                      int);
 
-krb5_error_code KRB5_CALLCONV
-krb5_auth_con_set_req_cksumtype(krb5_context, krb5_auth_context,
-                                krb5_cksumtype);
-
 krb5_error_code
 krb5_auth_con_set_safe_cksumtype(krb5_context, krb5_auth_context,
                                  krb5_cksumtype);
Modified: trunk/src/include/krb5/krb5.hin
===================================================================
--- trunk/src/include/krb5/krb5.hin	2009-11-19 16:07:43 UTC (rev 23291)
+++ trunk/src/include/krb5/krb5.hin	2009-11-19 16:27:47 UTC (rev 23292)
@@ -2054,6 +2054,10 @@
 krb5_auth_con_getauthenticator(krb5_context, krb5_auth_context,
                                krb5_authenticator **);
 
+krb5_error_code KRB5_CALLCONV
+krb5_auth_con_set_req_cksumtype(krb5_context, krb5_auth_context,
+                                krb5_cksumtype);
+
 #define KRB5_REALM_BRANCH_CHAR '.'
 
 /*
    
    
More information about the cvs-krb5
mailing list