diff options
-rw-r--r-- | xmlsecurity/util/xsec_xmlsec.windows.component | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmlsecurity/util/xsec_xmlsec.windows.component b/xmlsecurity/util/xsec_xmlsec.windows.component index 7b6840c53521..f79bfbc114e9 100644 --- a/xmlsecurity/util/xsec_xmlsec.windows.component +++ b/xmlsecurity/util/xsec_xmlsec.windows.component @@ -25,6 +25,9 @@ <implementation name="com.sun.star.xml.security.bridge.xmlsec.SEInitializer_MSCryptImpl"> <service name="com.sun.star.xml.crypto.SEInitializer"/> </implementation> + <implementation name="com.sun.star.xml.security.SEInitializer_Gpg"> + <service name="com.sun.star.xml.crypto.GPGSEInitializer"/> + </implementation> <implementation name="com.sun.star.xml.security.bridge.xmlsec.SecurityEnvironment_MSCryptImpl"> <service name="com.sun.star.xml.crypto.SecurityEnvironment"/> </implementation> |