krazy cleanups.

svn path=/trunk/kdesupport/qca/; revision=654944
This commit is contained in:
Brad Hards 2007-04-17 12:06:03 +00:00
parent eacfc0adb3
commit 4e7430bd70
6 changed files with 20 additions and 13 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2004 Justin Karneges
* Copyright (C) 2004 Justin Karneges <justin@affinix.com>
* Copyright (C) 2004-2006 Brad Hards <bradh@frogmouth.net>
*
* This library is free software; you can redistribute it and/or
@ -18,7 +18,7 @@
*
*/
#include <QtCrypto>
#include <QtCore>
#include <QtPlugin>
#include <qstringlist.h>

View File

@ -18,8 +18,9 @@
*
*/
#include <QtCore>
#include <QtCrypto>
#include <QDebug>
#include <QtCore/qplugin.h>
extern "C"
{

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2004 Justin Karneges
* Copyright (C) 2004 Justin Karneges <justin@affinix.com>
* Copyright (C) 2004-2006 Brad Hards <bradh@frogmouth.net>
*
* This library is free software; you can redistribute it and/or
@ -17,9 +17,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*
*/
#include <QtCore>
#include <QtCrypto>
#include <QtCore/qplugin.h>
#include <qstringlist.h>
#include <gcrypt.h>
#include <iostream>

View File

@ -21,9 +21,10 @@
#include "hasht.h"
#include <QtCrypto>
#include <QtCore>
#include <qstringlist.h>
#include <QDebug>
#include <QtPlugin>
#include <QStringList>
//-----------------------------------------------------------

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2004 Justin Karneges
* Copyright (C) 2004 Justin Karneges <justin@affinix.com>
* Copyright (C) 2004-2006 Brad Hards <bradh@frogmouth.net>
*
* This library is free software; you can redistribute it and/or
@ -18,9 +18,11 @@
*
*/
#include <QtCore>
#include <QtCrypto>
#include <QDebug>
#include <QtCore/qplugin.h>
#include <openssl/evp.h>
#include <openssl/hmac.h>
@ -29,7 +31,6 @@
#include <iostream>
#include <openssl/rand.h>
#include <openssl/evp.h>
#include <openssl/pem.h>
#include <openssl/err.h>
#include <openssl/x509v3.h>

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2004 Justin Karneges
* Copyright (C) 2004 Justin Karneges <justin@affinix.com>
* Copyright (C) 2006-2007 Alon Bar-Lev <alon.barlev@gmail.com>
*
* This library is free software; you can redistribute it and/or
@ -18,9 +18,12 @@
*
*/
#include <QtCore>
#include <QtCrypto>
#include <QHash>
#include <QMutexLocker>
#include <QtPlugin>
#include <pkcs11-helper-1.0/pkcs11h-token.h>
#include <pkcs11-helper-1.0/pkcs11h-certificate.h>
@ -2688,7 +2691,7 @@ pkcs11Provider::configChanged (const QVariantMap &config) {
}
if (enabled && !provider.isEmpty()) {
QCA_logTextMessage (
QString ().sprintf (
"Loading PKCS#11 provider '%s' (%s)",