mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
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@49dbbcb2bf (2023-10-11; "Split out allocator helpers to allocator.h") Fixes #10038
This commit is contained in:
parent
13c88e1013
commit
cc0530ba46
@ -19,6 +19,7 @@
|
||||
#ifndef KEEPASSX_FILEKEY_H
|
||||
#define KEEPASSX_FILEKEY_H
|
||||
|
||||
#include <botan/mem_ops.h>
|
||||
#include <botan/secmem.h>
|
||||
|
||||
#include "keys/Key.h"
|
||||
|
Loading…
Reference in New Issue
Block a user