We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ccad73 commit 19f40f6Copy full SHA for 19f40f6
sqlexpand.c
@@ -2,6 +2,7 @@
2
// This tool is specifically to allow $variable expansion in an SQL query in a safe way with correct quoting.
3
// Copyright ©2022 Andrews & Arnold Ltd, Adrian Kennard
4
// This software is provided under the terms of the GPL - see LICENSE file for more details
5
+#define OPENSSL_API_COMPAT 0x10100000L
6
7
#include <stdio.h>
8
#include <string.h>
0 commit comments