summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-06-27 18:20:00 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-06-27 18:20:00 +0000
commit7befcc7b05e64cf7b0625af32146ef0cc28d8ef4 (patch)
treef92685897a68329b53b16cc6fa4b46f5cbf26dff
parent739b83a4002b8ed737c0d6f25c6cfac4c094b312 (diff)
Zap stray space
-rw-r--r--lib/libtls/tls_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libtls/tls_internal.h b/lib/libtls/tls_internal.h
index af081a079a3..5cac8819971 100644
--- a/lib/libtls/tls_internal.h
+++ b/lib/libtls/tls_internal.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tls_internal.h,v 1.82 2023/06/18 11:43:03 op Exp $ */
+/* $OpenBSD: tls_internal.h,v 1.83 2023/06/27 18:19:59 tb Exp $ */
/*
* Copyright (c) 2014 Jeremie Courreges-Anglas <jca@openbsd.org>
* Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
@@ -29,7 +29,7 @@
__BEGIN_HIDDEN_DECLS
#ifndef TLS_DEFAULT_CA_FILE
-#define TLS_DEFAULT_CA_FILE "/etc/ssl/cert.pem"
+#define TLS_DEFAULT_CA_FILE "/etc/ssl/cert.pem"
#endif
#define TLS_CIPHERS_DEFAULT "TLSv1.3:TLSv1.2+AEAD+ECDHE:TLSv1.2+AEAD+DHE"