diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2019-06-04 17:11:42 +0200 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2019-06-14 15:50:12 +0200 |
commit | 1e3dc15d62c2f7f7d3afe6affb0db66c8515234d (patch) | |
tree | 46581d3ece06297c531968e840e140aa44e3fe37 /.gitignore | |
parent | 4ec302ebf86ed2f36bd072ee5b43f5e2b724136b (diff) | |
download | mariadb-git-1e3dc15d62c2f7f7d3afe6affb0db66c8515234d.tar.gz |
Use generated user_settings.h for WolfSSL, as recommended by WolfSSL
documentation
Apparently, WolfSSL wants to have *exactly* the same defines for
the user of the library as the was when building library itself.
A lot of #defines have an impact on ABI (structure sizes, alignment etc)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0fb30cc3184..95aa3ae64d4 100644 --- a/.gitignore +++ b/.gitignore @@ -58,6 +58,7 @@ extra/perror extra/replace extra/resolve_stack_dump extra/resolveip +extra/wolfssl/user_settings.h import_executables.cmake include/*.h.tmp include/config.h |