diff options
Diffstat (limited to 'src/tests/tests.h')
-rw-r--r-- | src/tests/tests.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/tests.h b/src/tests/tests.h index 8b9bc7d0a..2d23f19b5 100644 --- a/src/tests/tests.h +++ b/src/tests/tests.h @@ -528,6 +528,8 @@ class VarMap std::vector<uint8_t> get_req_bin(const std::string& key) const; std::vector<uint8_t> get_opt_bin(const std::string& key) const; + std::vector<std::vector<uint8_t>> get_req_bin_list(const std::string& key) const; + #if defined(BOTAN_HAS_BIGINT) Botan::BigInt get_req_bn(const std::string& key) const; Botan::BigInt get_opt_bn(const std::string& key, const Botan::BigInt& def_value) const; |