Skip to content

Commit

Permalink
Fix link error when comparing QSslPreSharedKeyAuthenticator
Browse files Browse the repository at this point in the history
QSslPreSharedKeyAuthenticator::isEqual() as accessed
by inline operators is not exported.

Amends 57e57d9.

Change-Id: Ia0f0de81a371a31422d07af5b11f0db03265504e
Reviewed-by: Mårten Nordheim <[email protected]>
  • Loading branch information
FriedemannKleint committed Nov 4, 2020
1 parent de2b221 commit 6f8df4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/ssl/qsslpresharedkeyauthenticator.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class QSslPreSharedKeyAuthenticator
Q_NETWORK_EXPORT int maximumPreSharedKeyLength() const;

private:
bool isEqual(const QSslPreSharedKeyAuthenticator &other) const;
Q_NETWORK_EXPORT bool isEqual(const QSslPreSharedKeyAuthenticator &other) const;

friend class QSslSocketBackendPrivate;
friend class QDtlsPrivateOpenSSL;
Expand Down

0 comments on commit 6f8df4d

Please sign in to comment.