artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17b6725
)
Remove spaces before tabs
author
tb
<tb@openbsd.org>
Mon, 8 Apr 2024 20:47:32 +0000
(20:47 +0000)
committer
tb
<tb@openbsd.org>
Mon, 8 Apr 2024 20:47:32 +0000
(20:47 +0000)
lib/libtls/tls.c
patch
|
blob
|
history
diff --git
a/lib/libtls/tls.c
b/lib/libtls/tls.c
index
c2f7f37
..
41bb06d
100644
(file)
--- a/
lib/libtls/tls.c
+++ b/
lib/libtls/tls.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: tls.c,v 1.10
3 2024/03/27 07:35:30 joshua
Exp $ */
+/* $OpenBSD: tls.c,v 1.10
4 2024/04/08 20:47:32 tb
Exp $ */
/*
* Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
*
@@
-387,7
+387,7
@@
tls_keypair_to_pkey(struct tls *ctx, struct tls_keypair *keypair, EVP_PKEY **pke
NULL)) == NULL) {
tls_set_errorx(ctx, TLS_ERROR_UNKNOWN,
"failed to read private key");
- goto err;
+ goto err;
}
}