VirtualBox

Changeset 63869 in vbox for trunk/src/VBox/RDP


Ignore:
Timestamp:
Sep 16, 2016 1:33:53 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
110725
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/RDP/client-1.8.3/tcp.c

    r63868 r63869  
    321321        {
    322322#ifdef __GNUC__
    323 # if (__GNUC__ << 16) + __GNUC_MINOR__ >= 0x406
     323# if (__GNUC__ << 8) + __GNUC_MINOR__ >= 0x406
    324324#  pragma GCC diagnostic push
    325325#  pragma GCC diagnostic ignored "-Wdeprecated-declarations"
     
    328328                g_ssl_ctx = SSL_CTX_new(TLSv1_client_method());
    329329#ifdef __GNUC__
    330 # if (__GNUC__ << 16) + __GNUC_MINOR__ >= 0x406
     330# if (__GNUC__ << 8) + __GNUC_MINOR__ >= 0x406
    331331#  pragma GCC diagnostic pop
    332332# endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette