cmake: wrap the symbols used in the "ssl-cert-paths-discover" test
Wrap the symbols used in the "ssl-cert-paths-discover" test to avoid clashes. Symbols from openssl have been wraped to: crypto_X509_get_default_cert_dir_env crypto_X509_get_default_cert_file_env Tarantool symbols have been prefixed by "tnt_": tnt_ssl_cert_paths_discover tnt_default_cert_dir_paths tnt_default_cert_file_paths Part of #5932
Showing
- extra/exports 5 additions, 3 deletionsextra/exports
- src/lib/crypto/crypto.c 12 additions, 0 deletionssrc/lib/crypto/crypto.c
- src/main.cc 1 addition, 1 deletionsrc/main.cc
- src/ssl_cert_paths_discover.c 5 additions, 5 deletionssrc/ssl_cert_paths_discover.c
- src/ssl_cert_paths_discover.h 1 addition, 1 deletionsrc/ssl_cert_paths_discover.h
- test/app-tap/ssl-cert-paths-discover.test.lua 14 additions, 14 deletionstest/app-tap/ssl-cert-paths-discover.test.lua
Loading
Please register or sign in to comment