opnsense-ports/databases/proxysql/files/patch-deps_sqlite3_sqlite3__pass__exts.patch
Franco Fichtner ef3b184718 */*: sync with upstream
Taken from: FreeBSD
2024-06-04 13:30:05 +02:00

11 lines
408 B
Diff

--- deps/sqlite3/sqlite3_pass_exts.patch.orig 2024-06-03 21:25:24 UTC
+++ deps/sqlite3/sqlite3_pass_exts.patch
@@ -11,7 +11,7 @@
+////////////////////////////////////////////////////////////////////////////////
+
+// ctype.h
-+extern int toupper (int __c) __THROW;
++extern int toupper (int __c);
+
+// SHA256_crypt
+char * sha256_crypt_r (const char *key, const char *salt, char *buffer, int buflen);