summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2024-04-08 20:47:32 +0000
committertb <>2024-04-08 20:47:32 +0000
commit0164389f0b72283c34063736f590518874ffc3c8 (patch)
treee6c56c34013516afb81b9b7342aaa5a7732b4fac
parent9b894dc1e52d28085c180c2a2584f86b2cc867e0 (diff)
downloadopenbsd-0164389f0b72283c34063736f590518874ffc3c8.tar.gz
openbsd-0164389f0b72283c34063736f590518874ffc3c8.tar.bz2
openbsd-0164389f0b72283c34063736f590518874ffc3c8.zip
Remove spaces before tabs
-rw-r--r--src/lib/libtls/tls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libtls/tls.c b/src/lib/libtls/tls.c
index c2f7f3722c..41bb06d857 100644
--- a/src/lib/libtls/tls.c
+++ b/src/lib/libtls/tls.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: tls.c,v 1.103 2024/03/27 07:35:30 joshua Exp $ */ 1/* $OpenBSD: tls.c,v 1.104 2024/04/08 20:47:32 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
4 * 4 *
@@ -387,7 +387,7 @@ tls_keypair_to_pkey(struct tls *ctx, struct tls_keypair *keypair, EVP_PKEY **pke
387 NULL)) == NULL) { 387 NULL)) == NULL) {
388 tls_set_errorx(ctx, TLS_ERROR_UNKNOWN, 388 tls_set_errorx(ctx, TLS_ERROR_UNKNOWN,
389 "failed to read private key"); 389 "failed to read private key");
390 goto err; 390 goto err;
391 } 391 }
392 } 392 }
393 393