svn rev #23518: branches/anonymous/src/plugins/preauth/

hartmans@MIT.EDU hartmans at MIT.EDU
Wed Dec 23 16:11:19 EST 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=23518
Commit By: hartmans
Log Message:
Declare functions in this header inline to avoid warnings for unused code.


Changed Files:
U   branches/anonymous/src/plugins/preauth/fast_factor.h
Modified: branches/anonymous/src/plugins/preauth/fast_factor.h
===================================================================
--- branches/anonymous/src/plugins/preauth/fast_factor.h	2009-12-23 21:11:16 UTC (rev 23517)
+++ branches/anonymous/src/plugins/preauth/fast_factor.h	2009-12-23 21:11:19 UTC (rev 23518)
@@ -4,7 +4,7 @@
  * Returns success with a null armor_key if FAST is available but not in use.
  * Returns failure if the client library does not support FAST.
  */
-static krb5_error_code
+static inline krb5_error_code
 fast_get_armor_key(krb5_context context, preauth_get_client_data_proc get_data,
                    struct _krb5_preauth_client_rock *rock,
                    krb5_keyblock **armor_key)
@@ -21,7 +21,7 @@
     return retval;
 }
 
-static krb5_error_code
+static inline krb5_error_code
 fast_kdc_get_armor_key(krb5_context context,
                        preauth_get_entry_data_proc get_entry,
                        krb5_kdc_req *request,
@@ -43,7 +43,7 @@
 
 
 
-static krb5_error_code
+static inline krb5_error_code
 fast_kdc_replace_reply_key(krb5_context context,
                            preauth_get_entry_data_proc get_data,
                            krb5_kdc_req *request)
@@ -51,7 +51,7 @@
     return 0;
 }
 
-static krb5_error_code
+static inline krb5_error_code
 fast_set_kdc_verified(krb5_context context,
                       preauth_get_client_data_proc get_data,
                       struct _krb5_preauth_client_rock *rock)




More information about the cvs-krb5 mailing list