diff options
author | Miguel Gomez <magomez@igalia.com> | 2013-04-02 15:36:12 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-04-10 08:36:51 +0000 |
commit | 4be242ce6b91dd23ffa8075bb4eeb05e8bb3d01c (patch) | |
tree | b8f3c8b5d4555d41b002a1ef6ddd22329f079bf0 /config_host | |
parent | 7bcba4c910fa7eecf256a05a1f274f7b253e5fc5 (diff) |
Allow selecting the tls backend to use in oox from configure
Change-Id: Ie82afb1f22caa0b02ddac256e2a0c2a49f19bb15
Reviewed-on: https://gerrit.libreoffice.org/3173
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_oox.h.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config_host/config_oox.h.in b/config_host/config_oox.h.in new file mode 100644 index 000000000000..f711fa79477a --- /dev/null +++ b/config_host/config_oox.h.in @@ -0,0 +1,13 @@ +#ifndef CONFIG_OOX_H +#define CONFIG_OOX_H + +/* + +Which TLS backend to use for cryptographic operations. + +*/ + +#define USE_TLS_OPENSSL 0 +#define USE_TLS_NSS 0 + +#endif |