aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/botan
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@theqtcompany.com>2014-12-05 16:39:29 +0100
committerhjk <hjk121@nokiamail.com>2014-12-05 17:19:49 +0100
commit95c13a230e7d291e82210f086bd8d9bc16d796e1 (patch)
treedb067eaddf4d9083dd734ea37615a56a17746290 /src/libs/3rdparty/botan
parent901da05def81d59a2375ffa33ace20d7ed7f1ebc (diff)
Fix strings
Change-Id: I12e52c7e584d26205b98672a65257af5c55dda24 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'src/libs/3rdparty/botan')
-rw-r--r--src/libs/3rdparty/botan/botan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/3rdparty/botan/botan.cpp b/src/libs/3rdparty/botan/botan.cpp
index 0a859da7895..b7a9ddff42f 100644
--- a/src/libs/3rdparty/botan/botan.cpp
+++ b/src/libs/3rdparty/botan/botan.cpp
@@ -44444,7 +44444,7 @@ void ANSI_X931_RNG::add_entropy(const byte input[], size_t length)
}
/*
-* Check if the the PRNG is seeded
+* Check if the PRNG is seeded
*/
bool ANSI_X931_RNG::is_seeded() const
{