krb5 commit: Add base64 functions to libkrb5support exports

Greg Hudson ghudson at MIT.EDU
Tue Jul 30 12:26:24 EDT 2013


https://github.com/krb5/krb5/commit/3ee5792e0324071ccaad69a04e091f3c6abf1bfc
commit 3ee5792e0324071ccaad69a04e091f3c6abf1bfc
Author: Robbie Harwood (frozencemetery) <rharwood at club.cc.cmu.edu>
Date:   Mon Jul 22 16:20:46 2013 -0400

    Add base64 functions to libkrb5support exports
    
    This was previously not an issue because nothing outside of
    libkrb5support used them.

 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 d6f881d..876f360 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


More information about the cvs-krb5 mailing list