krb5int_sendto_udp.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14743
dc483132-0cff-0310-8789-
dd5450dbe970
(service_fd): New function, calls one of the above two.
(service_fds): Call it. Use a flag word instead of separate r/w/x
values.
+ * accessor.c (krb5int_accessor): Use krb5int_sendto instead of
+ krb5int_sendto_udp.
2002-08-15 Ken Raeburn <raeburn@mit.edu>
internals_temp.krb5_hmac = krb5_hmac;
internals_temp.md5_hash_provider = &krb5int_hash_md5;
internals_temp.arcfour_enc_provider = &krb5int_enc_arcfour;
- internals_temp.sendto_udp = &krb5int_sendto_udp;
+ internals_temp.sendto_udp = &krb5int_sendto;
*internals = internals_temp;
return 0;
}