Skip to content

Commit 19f40f6

Browse files
committed
SSL compat
1 parent 4ccad73 commit 19f40f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlexpand.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// This tool is specifically to allow $variable expansion in an SQL query in a safe way with correct quoting.
33
// Copyright ©2022 Andrews & Arnold Ltd, Adrian Kennard
44
// This software is provided under the terms of the GPL - see LICENSE file for more details
5+
#define OPENSSL_API_COMPAT 0x10100000L
56

67
#include <stdio.h>
78
#include <string.h>

0 commit comments

Comments
 (0)