Skip to content

Commit

Permalink
Add VSHA_* to libvarnishapi
Browse files Browse the repository at this point in the history
Ref #3946
  • Loading branch information
nigoroll committed Aug 28, 2023
1 parent ca32d14 commit 48d9f80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/changes.rst
Expand Up @@ -38,6 +38,8 @@ Varnish Cache NEXT (2023-09-15)
.. PLEASE keep this roughly in commit order as shown by git-log / tig
(new to old)
* The ``VSHA256_*`` functions have been added to libvarnishapi.

* Two bugs in the ban expression parser have been fixed where one of them
could lead to a panic if a ban expression with an empty header name was
issued (3962_)
Expand Down
5 changes: 5 additions & 0 deletions lib/libvarnishapi/libvarnishapi.map
Expand Up @@ -168,6 +168,11 @@ LIBVARNISHAPI_3.1 { /* 2023-09-15 release */
# venc.c
VENC_Encode_Base64;
VENC_Decode_Base64;
# vsha256.c
VSHA256_Init;
VSHA256_Update;
VSHA256_Final;
VSHA256_Test;

local:
*;
Expand Down

0 comments on commit 48d9f80

Please sign in to comment.