summaryrefslogtreecommitdiffstats
path: root/src/tls/tqca-tls.h
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-05-07 12:30:46 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-05-19 22:13:14 +0200
commit4743f46bfe645fcf4d39281c03e657cb87c0de5f (patch)
tree871fe556b3a8a487185d008d39f6edb6d2a9db91 /src/tls/tqca-tls.h
parent0b951a4b52422787f8fbcd9de0e1cd732f588323 (diff)
downloadtqca-4743f46b.tar.gz
tqca-4743f46b.zip
Add tqca-tls plugin to the tqca package.
Signed-off-by: gregory guy <gregory-tde@laposte.net> Signed-off-by: Slavek Banko <slavek.banko@axis.cz> (cherry picked from commit 99ec4964d0e4bfeed080f0a8d3661882f136d018)
Diffstat (limited to 'src/tls/tqca-tls.h')
-rw-r--r--src/tls/tqca-tls.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/tls/tqca-tls.h b/src/tls/tqca-tls.h
new file mode 100644
index 0000000..d8412f0
--- /dev/null
+++ b/src/tls/tqca-tls.h
@@ -0,0 +1,35 @@
+/*
+ * qca-tls.h - TLS plugin for TQCA
+ * Copyright (C) 2003 Justin Karneges
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ */
+
+#ifndef TQCA_TLS_H
+#define TQCA_TLS_H
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+#include "../tqcaprovider.h"
+
+#ifdef TQCA_PLUGIN
+TQCA_PLUGIN_EXPORT TQCAProvider *createProvider();
+#else
+TQCAProvider *createProviderTLS();
+#endif
+#endif