Kaydet (Commit) b23cd7ea authored tarafından Miklos Vajna's avatar Miklos Vajna

vcl PDF export: remove no longer direct NSS dependency

The relevant code has been moved to svl.

Change-Id: Id2b77c797745af21d3d5f954357a02d54fb67908
Reviewed-on: https://gerrit.libreoffice.org/41498Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
üst 30935cf8
...@@ -63,14 +63,6 @@ $(eval $(call gb_Library_use_externals,vcl,\ ...@@ -63,14 +63,6 @@ $(eval $(call gb_Library_use_externals,vcl,\
$(if $(filter PDFIUM,$(BUILD_TYPE)),pdfium) \ $(if $(filter PDFIUM,$(BUILD_TYPE)),pdfium) \
)) ))
ifeq ($(TLS),NSS)
$(eval $(call gb_Library_use_externals,vcl,\
$(if $(filter-out IOS WNT,$(OS)), \
nss3 \
plc4) \
))
endif
$(eval $(call gb_Library_use_libraries,vcl,\ $(eval $(call gb_Library_use_libraries,vcl,\
$(call gb_Helper_optional,BREAKPAD, \ $(call gb_Helper_optional,BREAKPAD, \
crashreport) \ crashreport) \
......
...@@ -85,20 +85,6 @@ ...@@ -85,20 +85,6 @@
#include "pdfwriter_impl.hxx" #include "pdfwriter_impl.hxx"
#if HAVE_FEATURE_NSS && !defined(_WIN32)
// NSS headers for PDF signing
#include "nss.h"
#include "cert.h"
#include "hasht.h"
#include "secerr.h"
#include "sechash.h"
#include "cms.h"
#include "cmst.h"
// We use curl for RFC3161 time stamp requests
#include <curl/curl.h>
#endif
#ifdef _WIN32 #ifdef _WIN32
// WinCrypt headers for PDF signing // WinCrypt headers for PDF signing
// Note: this uses Windows 7 APIs and requires the relevant data types // Note: this uses Windows 7 APIs and requires the relevant data types
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment