]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Add missing profile functions to libkrb5 exports
authorGreg Hudson <ghudson@mit.edu>
Wed, 4 Jun 2014 20:18:21 +0000 (16:18 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 11 Jun 2014 04:38:31 +0000 (00:38 -0400)
profile_flush_to_buffer, profile_flush_to_file, profile_free_buffer,
profile_init_flags, and profile_init_vtable are all public profile
functions, but are inaccessible to libkrb5 applications on some
platforms because they were never added to the export list.  Add them
now.

(libprofile functions have never been part of the Windows DLL export
list, so do not change krb5_32.def at this time.)

ticket: 7930 (new)
target_version: 1.12.2
tags: pullup

src/lib/krb5/libkrb5.exports

index c23fd1dc43efd3c5f9437dd02214b67e8ded2878..b7d574c2badd56df16cde0a7047b35da27738efc 100644 (file)
@@ -622,6 +622,9 @@ profile_abandon
 profile_add_relation
 profile_clear_relation
 profile_flush
+profile_flush_to_buffer
+profile_flush_to_file
+profile_free_buffer
 profile_free_list
 profile_get_boolean
 profile_get_integer
@@ -630,7 +633,9 @@ profile_get_string
 profile_get_subsection_names
 profile_get_values
 profile_init
+profile_init_flags
 profile_init_path
+profile_init_vtable
 profile_iterator
 profile_iterator_create
 profile_iterator_free