Changeset 3352 in ntrip


Ignore:
Timestamp:
Aug 22, 2011, 2:59:19 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncnetqueryv2.cpp

    r3351 r3352  
    3535  _firstData = true;
    3636  _status    = init;
     37  if (_secure && !QSslSocket::supportsSsl()) {
     38    ((bncApp*)qApp)->slotMessage("No SSL support, install OpenSSL run-time libraries", true);
     39    stop();
     40  }
    3741}
    3842
Note: See TracChangeset for help on using the changeset viewer.