Changeset 3355 in ntrip
- Timestamp:
- Aug 22, 2011, 3:46:35 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncnetqueryv2.cpp
r3354 r3355 35 35 _firstData = true; 36 36 _status = init; 37 _ignoreSslErrors = false; 37 38 if (_secure && !QSslSocket::supportsSsl()) { 38 39 ((bncApp*)qApp)->slotMessage("No SSL support, install OpenSSL run-time libraries", true); 39 40 stop(); 40 41 } 41 _ignoreSslErrors = false;42 42 } 43 43
Note:
See TracChangeset
for help on using the changeset viewer.