1/* config_host/config_oox.h. Generated from config_oox.h.in by configure. */
2#ifndef CONFIG_OOX_H
3#define CONFIG_OOX_H
4
5/*
6
7Which TLS backend to use for cryptographic operations.
8
9*/
10
11#define USE_TLS_OPENSSL 0
12#define USE_TLS_NSS 1
13
14#endif
15