]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Allow trace logging from GSS library
authorGreg Hudson <ghudson@mit.edu>
Thu, 21 Jul 2016 15:40:31 +0000 (11:40 -0400)
committerGreg Hudson <ghudson@mit.edu>
Thu, 21 Jul 2016 15:53:38 +0000 (11:53 -0400)
Export krb5int_trace from the krb5 DLL on Windows, so that trace
logging points can be added to the GSS library.

src/lib/krb5_32.def

index 79a24d15463968111d537b8bdc13bcd7c446dd7a..3b271d3f1ce999e2542d3a9c4f226fff28f89a1d 100644 (file)
@@ -468,3 +468,4 @@ EXPORTS
        krb5_set_kdc_send_hook                          @433
        krb5_set_kdc_recv_hook                          @434
        krb5_get_init_creds_opt_set_pac_request         @435
+       krb5int_trace                                   @436 ; PRIVATE GSSAPI