chore: remove unused TLSCertificate::getCertificatePath
This commit is contained in:
@ -70,11 +70,6 @@ int TlsCertificate::getCertKeyLength(const QString &path)
|
||||
return deskflow::getCertLength(path.toStdString());
|
||||
}
|
||||
|
||||
QString TlsCertificate::getCertificatePath() const
|
||||
{
|
||||
return QStringLiteral("%1/%2").arg(Settings::tlsDir(), kTlsCertificateFilename);
|
||||
}
|
||||
|
||||
bool TlsCertificate::isCertificateValid(const QString &path)
|
||||
{
|
||||
OpenSSL_add_all_algorithms();
|
||||
|
||||
@ -20,5 +20,4 @@ public:
|
||||
bool generateCertificate(const QString &path, int keyLength);
|
||||
bool generateFingerprint(const QString &certificateFilename);
|
||||
int getCertKeyLength(const QString &path);
|
||||
QString getCertificatePath() const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user