From 3ee5792e0324071ccaad69a04e091f3c6abf1bfc Mon Sep 17 00:00:00 2001 From: "Robbie Harwood (frozencemetery)" Date: Mon, 22 Jul 2013 16:20:46 -0400 Subject: [PATCH] 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 file changed, 2 insertions(+) diff --git a/src/util/support/libkrb5support-fixed.exports b/src/util/support/libkrb5support-fixed.exports index d6f881d909..876f360e42 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 -- 2.47.2