summaryrefslogtreecommitdiffstats
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorGökçen Eraslan <gokcen.eraslan@gmail.com>2012-08-11 23:09:14 +0300
committerGökçen Eraslan <gokcen.eraslan@gmail.com>2012-08-11 23:13:59 +0300
commit500261a6b6e9dbeacce7f693b01a1c32a112f4fb (patch)
treea066867d4b96aae13c84a0d937d1f27f1601bb89 /RepositoryExternal.mk
parentmessage boxes always showed one line of text (diff)
downloadcore-500261a6b6e9dbeacce7f693b01a1c32a112f4fb.tar.gz
core-500261a6b6e9dbeacce7f693b01a1c32a112f4fb.zip
Use NSS to create a PKCS7 object and write it to PDF file.
After calculating the SHA1 sum of the PDF file, a PKCS7 object is created using the SEC_PKCS7CreateSignedData function of NSS library. Then, created PKCS7 object is encoded and written to PDF file. Change-Id: Ied747f2e31ede1bc44109e5d4223a18f0af59633
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 4216bf240350..342f5fb0698d 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -1900,6 +1900,7 @@ else
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO,\
nspr4 \
+ smime3 \
nss3 \
plc4 \
))