Skip to content

Commit ced6562

Browse files
committed
Fix -Wreorder warning
1 parent ffc6009 commit ced6562

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tls/BearSSLClient.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,8 @@ class BearSSLClient : public Client {
9090
Client* _client;
9191
const br_x509_trust_anchor* _TAs;
9292
int _numTAs;
93-
GetTimeCallbackFunc _get_time_func;
94-
9593
bool _noSNI;
94+
GetTimeCallbackFunc _get_time_func;
9695

9796
br_ec_private_key _ecKey;
9897
br_x509_certificate _ecCert;

0 commit comments

Comments
 (0)