summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qocspresponse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/ssl/qocspresponse.h')
-rw-r--r--src/network/ssl/qocspresponse.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/network/ssl/qocspresponse.h b/src/network/ssl/qocspresponse.h
index 163acd535f..5cff625b84 100644
--- a/src/network/ssl/qocspresponse.h
+++ b/src/network/ssl/qocspresponse.h
@@ -84,13 +84,11 @@ public:
QOcspResponse &operator = (const QOcspResponse &other);
QOcspResponse &operator = (QOcspResponse &&other) Q_DECL_NOTHROW;
- bool isNull() const;
- void clear();
-
OcspCertificateStatus certificateStatus() const;
OcspRevocationReason revocationReason() const;
class QSslCertificate responder() const;
+ QSslCertificate subject() const;
private: