summaryrefslogtreecommitdiff
path: root/src/libs/ssh/sshconnection.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@nokia.com>2012-06-26 09:31:01 +0200
committerhjk <qthjk@ovi.com>2012-06-26 16:58:22 +0200
commitfcc9ba4b99aee39ca1555bde458f0933d4797d53 (patch)
tree2d35a21cc41ad8302489166b86dad544f862a8d5 /src/libs/ssh/sshconnection.cpp
parentc6ac435daffbf2094e76c8ff1535bab839873098 (diff)
downloadqt-creator-fcc9ba4b99aee39ca1555bde458f0933d4797d53.tar.gz
Update botan library.
Old version was 1.8.8, new one is 1.10.2. We now put all the code into one pair of files (via a botan configure option) and move platform-specific defines into the pro/qbs files. Besides drastically reducing the number of files, this is expected to make future updates less messy. Change-Id: I004166b2ab15b6a699d69aebfcfd9999c5ccdb91 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/libs/ssh/sshconnection.cpp')
-rw-r--r--src/libs/ssh/sshconnection.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libs/ssh/sshconnection.cpp b/src/libs/ssh/sshconnection.cpp
index 6f4cf24ec3..21cc7f5753 100644
--- a/src/libs/ssh/sshconnection.cpp
+++ b/src/libs/ssh/sshconnection.cpp
@@ -40,8 +40,7 @@
#include "sshexception_p.h"
#include "sshkeyexchange_p.h"
-#include <botan/exceptn.h>
-#include <botan/init.h>
+#include <botan/botan.h>
#include <QFile>
#include <QMutex>