diff options
author | Robbie Harwood (frozencemetery) <rharwood@club.cc.cmu.edu> | 2013-07-22 16:20:46 -0400 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2013-07-30 12:25:47 -0400 |
commit | 3ee5792e0324071ccaad69a04e091f3c6abf1bfc (patch) | |
tree | 1bcebda924facdf3cef83d8f5ee6d1f54ebcaad2 /src/util/support | |
parent | b37a0be87e5146d730b89abd1378a3043d5015b2 (diff) | |
download | krb5-3ee5792e0324071ccaad69a04e091f3c6abf1bfc.tar.gz krb5-3ee5792e0324071ccaad69a04e091f3c6abf1bfc.tar.xz krb5-3ee5792e0324071ccaad69a04e091f3c6abf1bfc.zip |
Add base64 functions to libkrb5support exports
This was previously not an issue because nothing outside of
libkrb5support used them.
Diffstat (limited to 'src/util/support')
-rw-r--r-- | src/util/support/libkrb5support-fixed.exports | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/support/libkrb5support-fixed.exports b/src/util/support/libkrb5support-fixed.exports index d6f881d90..876f360e4 100644 --- a/src/util/support/libkrb5support-fixed.exports +++ b/src/util/support/libkrb5support-fixed.exports @@ -1,3 +1,5 @@ +k5_base64_decode +k5_base64_encode k5_buf_init_fixed k5_buf_init_dynamic k5_buf_add |