aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/ssh/sshchannel.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <[email protected]>2012-06-26 09:31:01 +0200
committerhjk <[email protected]>2012-06-26 16:58:22 +0200
commitfcc9ba4b99aee39ca1555bde458f0933d4797d53 (patch)
tree2d35a21cc41ad8302489166b86dad544f862a8d5 /src/libs/ssh/sshchannel.cpp
parentc6ac435daffbf2094e76c8ff1535bab839873098 (diff)
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 <[email protected]>
Diffstat (limited to 'src/libs/ssh/sshchannel.cpp')
-rw-r--r--src/libs/ssh/sshchannel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/ssh/sshchannel.cpp b/src/libs/ssh/sshchannel.cpp
index 60164f44077..9902ed72993 100644
--- a/src/libs/ssh/sshchannel.cpp
+++ b/src/libs/ssh/sshchannel.cpp
@@ -35,7 +35,7 @@
#include "sshincomingpacket_p.h"
#include "sshsendfacility_p.h"
-#include <botan/exceptn.h>
+#include <botan/botan.h>
#include <QTimer>