office-gobmx/config_host/config_oox.h.in
Miguel Gomez 4be242ce6b 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>
2013-04-10 08:36:51 +00:00

13 lines
163 B
C

#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