14 lines
163 B
C
14 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
|