Zap stray space
authortb <tb@openbsd.org>
Tue, 27 Jun 2023 18:19:59 +0000 (18:19 +0000)
committertb <tb@openbsd.org>
Tue, 27 Jun 2023 18:19:59 +0000 (18:19 +0000)
lib/libtls/tls_internal.h

index af081a0..5cac881 100644 (file)
@@ -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"