summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-08-08 23:10:52 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-08-09 09:13:51 +0200
commit954f59db6cddc79d1f629fafc53ad20b6c4a14de (patch)
treef0e299dc691c63c9ef8ebf22d4e65e01fcd9f8a2 /include/svl
parentff09d941ecee1044570ca898be408dcd14ead4f7 (diff)
svl windows: remove last traces of pre-CNG signing
Mostly only the certificate selector was left + the global runtime switch. Change-Id: I11e8e0920806eb61848512df6dea48c594febfe4 Reviewed-on: https://gerrit.libreoffice.org/58751 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/cryptosign.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svl/cryptosign.hxx b/include/svl/cryptosign.hxx
index b70b995b23b9..eacb4d78af25 100644
--- a/include/svl/cryptosign.hxx
+++ b/include/svl/cryptosign.hxx
@@ -86,9 +86,6 @@ private:
OUString m_aSignPassword;
};
-/// Decides if SVL_CRYPTO_MSCRYPTO uses the new CNG API or not.
-SVL_DLLPUBLIC bool isMSCng();
-
}
}