[master] d44064920 Expose the VENC functions in libvarnishapi

Poul-Henning Kamp phk at FreeBSD.org
Fri Aug 18 09:48:08 UTC 2023


commit d440649202b94dc27be0c5721ba960610c8c8725
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Fri Aug 18 09:46:54 2023 +0000

    Expose the VENC functions in libvarnishapi

diff --git a/lib/libvarnishapi/libvarnishapi.map b/lib/libvarnishapi/libvarnishapi.map
index 87b374f2e..5fe72f3fb 100644
--- a/lib/libvarnishapi/libvarnishapi.map
+++ b/lib/libvarnishapi/libvarnishapi.map
@@ -28,7 +28,7 @@
  * SUCH DAMAGE.
  */
 
-LIBVARNISHAPI_3.0 {	/* 2021-09-15 release */
+LIBVARNISHAPI_3.1 {	/* 2023-09-15 release */
     global:
 	# vas.c
 		VAS_errtxt;
@@ -44,6 +44,10 @@ LIBVARNISHAPI_3.0 {	/* 2021-09-15 release */
 		VCS_Message;
 		VCS_String;
 
+	# venc.c
+		VENC_Encode_Base64;
+		VENC_Decode_Base64;
+
 	# vsb.c
 		VSB_bcat;
 		VSB_cat;


More information about the varnish-commit mailing list