aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/botan
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2015-06-01 11:18:27 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2015-06-01 15:39:34 +0000
commit4f5a02d5967871c18d1bce0321a1342af08155b4 (patch)
treee8996848d3c85b1624b823dc9f31db7c9ed412be /src/libs/3rdparty/botan
parentd7fbe79c1f87cccd3dabce2c05f9c6ef394d211f (diff)
SSH: Fix compilation with system Botan.
Change-Id: Idc44375335fae419fff8a409a0f6cb6feee92ba3 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'src/libs/3rdparty/botan')
-rw-r--r--src/libs/3rdparty/botan/botan.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libs/3rdparty/botan/botan.h b/src/libs/3rdparty/botan/botan.h
index 2981d2ce188..2caa4a352db 100644
--- a/src/libs/3rdparty/botan/botan.h
+++ b/src/libs/3rdparty/botan/botan.h
@@ -16,6 +16,9 @@
#include <botan/dh.h>
#include <botan/dl_group.h>
#include <botan/dsa.h>
+#include <botan/ec_group.h>
+#include <botan/ecdh.h>
+#include <botan/ecdsa.h>
#include <botan/hmac.h>
#include <botan/init.h>
#include <botan/lookup.h>