Add support for OpenSSL 3.0+
[tinc] / src / openssl / log.h
diff --git a/src/openssl/log.h b/src/openssl/log.h
new file mode 100644 (file)
index 0000000..e30697d
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef OPENSSL_LOG_H
+#define OPENSSL_LOG_H
+
+extern void openssl_err(const char *msg);
+
+#endif // OPENSSL_LOG_H