X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsrc%2Ftls-gnu.c;h=601197475c71ca424f372f7e236ba3a29529779b;hb=59b87190a41a0ac34aee74edfff9184785a73485;hp=7364a66ff540ab2a9056c443886e5674ce287948;hpb=27f19eb43163f6ed613a68986677c840102827ef;p=exim.git diff --git a/src/src/tls-gnu.c b/src/src/tls-gnu.c index 7364a66ff..601197475 100644 --- a/src/src/tls-gnu.c +++ b/src/src/tls-gnu.c @@ -413,7 +413,7 @@ if (rc) { } else { old_pool = store_pool; store_pool = POOL_PERM; - tls_channelbinding_b64 = auth_b64encode(channel.data, (int)channel.size); + tls_channelbinding_b64 = b64encode(channel.data, (int)channel.size); store_pool = old_pool; DEBUG(D_tls) debug_printf("Have channel bindings cached for possible auth usage.\n"); }