Changeset 63869 in vbox for trunk/src/VBox/RDP
- Timestamp:
- Sep 16, 2016 1:33:53 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 110725
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/RDP/client-1.8.3/tcp.c
r63868 r63869 321 321 { 322 322 #ifdef __GNUC__ 323 # if (__GNUC__ << 16) + __GNUC_MINOR__ >= 0x406323 # if (__GNUC__ << 8) + __GNUC_MINOR__ >= 0x406 324 324 # pragma GCC diagnostic push 325 325 # pragma GCC diagnostic ignored "-Wdeprecated-declarations" … … 328 328 g_ssl_ctx = SSL_CTX_new(TLSv1_client_method()); 329 329 #ifdef __GNUC__ 330 # if (__GNUC__ << 16) + __GNUC_MINOR__ >= 0x406330 # if (__GNUC__ << 8) + __GNUC_MINOR__ >= 0x406 331 331 # pragma GCC diagnostic pop 332 332 # endif
Note:
See TracChangeset
for help on using the changeset viewer.