diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2021-10-06 14:28:47 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-10-06 14:28:47 +0200 |
commit | d74993d31dc91b7da6519527a94b4795dd8f6814 (patch) | |
tree | 0985afa5a9a81320f50b363ccb70c94a4f800f97 /networking | |
parent | 567eefcaf8712b72c3cd5b45aa013ff1eb45d235 (diff) | |
download | busybox-w32-d74993d31dc91b7da6519527a94b4795dd8f6814.tar.gz busybox-w32-d74993d31dc91b7da6519527a94b4795dd8f6814.tar.bz2 busybox-w32-d74993d31dc91b7da6519527a94b4795dd8f6814.zip |
tls: P@256: remove "header comment is kept intact" comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r-- | networking/tls_sp_c32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/tls_sp_c32.c b/networking/tls_sp_c32.c index 17fc05f63..76f0770c2 100644 --- a/networking/tls_sp_c32.c +++ b/networking/tls_sp_c32.c | |||
@@ -32,7 +32,6 @@ typedef int32_t signed_sp_digit; | |||
32 | /* The code below is taken from parts of | 32 | /* The code below is taken from parts of |
33 | * wolfssl-3.15.3/wolfcrypt/src/sp_c32.c | 33 | * wolfssl-3.15.3/wolfcrypt/src/sp_c32.c |
34 | * and heavily modified. | 34 | * and heavily modified. |
35 | * Header comment is kept intact: | ||
36 | */ | 35 | */ |
37 | 36 | ||
38 | typedef struct sp_point { | 37 | typedef struct sp_point { |