repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tdf#155486 Adding fonts to .odt when there is "no perfect match"
[LibreOffice.git]
/
config_host
/
config_oox.h.in
blob
f711fa79477a9e9858e93502f12775e2ab994ca2
1
#ifndef CONFIG_OOX_H
2
#define CONFIG_OOX_H
3
4
/*
5
6
Which TLS backend to use for cryptographic operations.
7
8
*/
9
10
#define USE_TLS_OPENSSL 0
11
#define USE_TLS_NSS 0
12
13
#endif