don't need these

svn path=/trunk/kdesupport/qca/; revision=251140
This commit is contained in:
Justin Karneges 2003-09-15 01:11:52 +00:00
parent a2b1a8c502
commit 16c0c331cd
3 changed files with 0 additions and 1424 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +0,0 @@
#ifndef QCAOPENSSL_H
#define QCAOPENSSL_H
#include"qcaprovider.h"
#ifdef QCA_PLUGIN
QCA_EXPORT QCAProvider *createProvider();
#else
QCAProvider *createProviderOpenSSL();
#endif
#endif

View File

@ -1,18 +0,0 @@
# QCAOpenSSL qmake profile
TEMPLATE = lib
CONFIG += qt thread release plugin
TARGET = qcaopenssl
INCLUDEPATH += ../src
# RH 9
INCLUDEPATH += /usr/kerberos/include
HEADERS = ../src/qcaprovider.h qcaopenssl.h
SOURCES = qcaopenssl.cpp
DEFINES += QCA_PLUGIN
# link with OpenSSL
LIBS += -lcrypto -lssl