Skip to content

Commit 930876e

Browse files
Zebra2711droidmonkey
authored andcommitted
fix build with botan 3.11 (keepassxreboot#13161)
--------- Co-authored-by: Jonathan White <support@dmapps.us>
1 parent c72b95f commit 930876e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/sshagent/OpenSSHKeyGen.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
#include <botan/ecdsa.h>
2525
#include <botan/ed25519.h>
2626
#include <botan/rsa.h>
27+
#include <botan/version.h>
28+
#if BOTAN_VERSION_CODE >= BOTAN_VERSION_CODE_FOR(3, 11, 0)
29+
#include <botan/ec_group.h>
30+
#endif
2731

2832
namespace OpenSSHKeyGen
2933
{

0 commit comments

Comments
 (0)