mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-28 04:24:32 +00:00
13 lines
187 B
C
13 lines
187 B
C
#ifndef QCAOPENSSL_H
|
|
#define QCAOPENSSL_H
|
|
|
|
#include"qcaprovider.h"
|
|
|
|
#ifdef QCA_PLUGIN
|
|
QCA_EXPORT QCAProvider *createProvider();
|
|
#else
|
|
QCAProvider *createProviderOpenSSL();
|
|
#endif
|
|
|
|
#endif
|