mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-28 04:24:32 +00:00
krazy cleanups.
svn path=/trunk/kdesupport/qca/; revision=654944
This commit is contained in:
parent
eacfc0adb3
commit
4e7430bd70
@ -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>
|
||||
|
||||
|
@ -18,8 +18,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <QtCore>
|
||||
#include <QtCrypto>
|
||||
#include <QDebug>
|
||||
#include <QtCore/qplugin.h>
|
||||
|
||||
extern "C"
|
||||
{
|
||||
|
@ -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>
|
||||
|
@ -21,9 +21,10 @@
|
||||
#include "hasht.h"
|
||||
|
||||
#include <QtCrypto>
|
||||
#include <QtCore>
|
||||
|
||||
#include <qstringlist.h>
|
||||
#include <QDebug>
|
||||
#include <QtPlugin>
|
||||
#include <QStringList>
|
||||
|
||||
|
||||
//-----------------------------------------------------------
|
||||
|
@ -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>
|
||||
|
@ -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)",
|
||||
|
Loading…
x
Reference in New Issue
Block a user