summaryrefslogtreecommitdiff
path: root/src/lib/libressl/ressl_config.c
diff options
context:
space:
mode:
authorjsing <>2014-07-13 23:19:02 +0000
committerjsing <>2014-07-13 23:19:02 +0000
commit24366947ab08b99b75583218991751aad9ae400b (patch)
tree84007442e0ce23c7827cc64ba14098f2e0db6c68 /src/lib/libressl/ressl_config.c
parentf0fb01f34f52ec7de6858d5b4efc527f9c66c6af (diff)
downloadopenbsd-24366947ab08b99b75583218991751aad9ae400b.tar.gz
openbsd-24366947ab08b99b75583218991751aad9ae400b.tar.bz2
openbsd-24366947ab08b99b75583218991751aad9ae400b.zip
Tabs, not spaces.
Diffstat (limited to 'src/lib/libressl/ressl_config.c')
-rw-r--r--src/lib/libressl/ressl_config.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libressl/ressl_config.c b/src/lib/libressl/ressl_config.c
index ebca78e413..6205b6c559 100644
--- a/src/lib/libressl/ressl_config.c
+++ b/src/lib/libressl/ressl_config.c
@@ -24,11 +24,11 @@
24 * Default configuration. 24 * Default configuration.
25 */ 25 */
26struct ressl_config ressl_config_default = { 26struct ressl_config ressl_config_default = {
27 .ca_file = _PATH_SSL_CA_FILE, 27 .ca_file = _PATH_SSL_CA_FILE,
28 .ca_path = NULL, 28 .ca_path = NULL,
29 .ciphers = NULL, 29 .ciphers = NULL,
30 .verify = 1, 30 .verify = 1,
31 .verify_depth = 6, 31 .verify_depth = 6,
32}; 32};
33 33
34struct ressl_config * 34struct ressl_config *