Consolidate base64 encode/decode routines.
[exim.git] / src / src / tls-gnu.c
index 7364a66ff540ab2a9056c443886e5674ce287948..601197475c71ca424f372f7e236ba3a29529779b 100644 (file)
@@ -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");
 }