~keepassxc-team/keepassxc/2.8

Viewing all changes in revision 2387.

  • Committer: Jonathan White
  • Author(s): Dan Church
  • Date: 2023-11-23 04:11:47 UTC
  • Revision ID: support@dmapps.us-20231123041147-6k19m5p39dc555kd
Fix Botan 2/3 include

Botan::secure_scrub_memory -> defined in mem_ops.h
Botan::secure_vector -> defined in secmem.h

The reason only including secmem.h worked in previous (<3.0) versions of
Botan was because secmem.h included mem_ops.h. This is no longer the
case since commit
randombit/botan@49dbbcb2bfda05ef9d3f09848c9ba22fcbcd5066 (2023-10-11;
"Split out allocator helpers to allocator.h")

Fixes #10038

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: