1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-08 14:02:17 +03:00

Fix openssl sigpipe correctly, move signal handler to openssl.c

This commit is contained in:
Vladislav Vaintroub
2016-05-31 14:24:55 +02:00
parent 7080d9614f
commit 7496789f10
3 changed files with 24 additions and 18 deletions

View File

@@ -157,6 +157,7 @@ enum enum_server_command
#define CLIENT_CONNECT_ATTRS (1UL << 20)
#define CLIENT_SESSION_TRACKING (1UL << 23)
#define CLIENT_PROGRESS (1UL << 29) /* client supports progress indicator */
#define CLIENT_PROGRESS_OBSOLETE CLIENT_PROGRESS
#define CLIENT_SSL_VERIFY_SERVER_CERT (1UL << 30)
#define CLIENT_REMEMBER_OPTIONS (1UL << 31)