diff --git a/src/network/kernel/qcryptographichash.cpp b/src/network/kernel/qcryptographichash.cpp index 9243ad7ae..8f49d34fa 100644 --- a/src/network/kernel/qcryptographichash.cpp +++ b/src/network/kernel/qcryptographichash.cpp @@ -128,7 +128,7 @@ QCryptographicHashPrivate::QCryptographicHashPrivate() QCryptographicHash with chunks of data that have different sizes either - the chunks size must be fixed, i.e. QT_BUFFSIZE. In other words, if you cannot tell what the optimal buffer size or when to use it then use a - generic algorithms. + generic algorithm. */ /*! @@ -200,7 +200,6 @@ QByteArray QCryptographicHash::result() const qWarning("QCryptographicHash::result called without any data"); return QByteArray(); } - return d->katContext.result(); }