projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11d0096
)
whitespace fix
author
Denys Vlasenko
<vda.linux@googlemail.com>
Sat, 14 Jan 2017 23:18:22 +0000
(
00:18
+0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Sat, 14 Jan 2017 23:18:22 +0000
(
00:18
+0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/tls.c
patch
|
blob
|
history
diff --git
a/networking/tls.c
b/networking/tls.c
index b0a4f7e75c17743978192544a2c304e39fd66e02..79afe58b014c21f2e8e95d6137cbe9f01d6b5be3 100644
(file)
--- a/
networking/tls.c
+++ b/
networking/tls.c
@@
-421,8
+421,8
@@
static uint8_t *skip_der_item(uint8_t *der, uint8_t *end)
static void der_binary_to_pstm(pstm_int *pstm_n, uint8_t *der, uint8_t *end)
{
-
uint8_t *bin_ptr;
-
unsigned len = get_der_len(&bin_ptr, der, end);
+ uint8_t *bin_ptr;
+ unsigned len = get_der_len(&bin_ptr, der, end);
dbg("binary bytes:%u, first:0x%02x\n", len, bin_ptr[0]);
pstm_init_for_read_unsigned_bin(/*pool:*/ NULL, pstm_n, len);