diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-15 14:16:51 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-15 14:16:51 +0100 |
commit | 3f8ecd933a610c6f3b5d02e184c7faf205ad95d3 (patch) | |
tree | ae7a778a4a8dbbfc255b9a9f527179bfa9cc865c /networking/tls_pstm.h | |
parent | c5540d61f6b411967fc3e30f1eb1e8af5077c2e5 (diff) | |
download | busybox-w32-3f8ecd933a610c6f3b5d02e184c7faf205ad95d3.tar.gz busybox-w32-3f8ecd933a610c6f3b5d02e184c7faf205ad95d3.tar.bz2 busybox-w32-3f8ecd933a610c6f3b5d02e184c7faf205ad95d3.zip |
tls: rearrange code, add/improve comments, fix whitespace, no real changes here
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/tls_pstm.h')
-rw-r--r-- | networking/tls_pstm.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/networking/tls_pstm.h b/networking/tls_pstm.h index 1affc1b69..de03e3f92 100644 --- a/networking/tls_pstm.h +++ b/networking/tls_pstm.h | |||
@@ -1,3 +1,12 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2017 Denys Vlasenko | ||
3 | * | ||
4 | * Licensed under GPLv2, see file LICENSE in this source tree. | ||
5 | */ | ||
6 | /* The file is taken almost verbatim from matrixssl-3-7-2b-open/crypto/math/. | ||
7 | * Changes are flagged with ///bbox | ||
8 | */ | ||
9 | |||
1 | /** | 10 | /** |
2 | * @file pstm.h | 11 | * @file pstm.h |
3 | * @version 33ef80f (HEAD, tag: MATRIXSSL-3-7-2-OPEN, tag: MATRIXSSL-3-7-2-COMM, origin/master, origin/HEAD, master) | 12 | * @version 33ef80f (HEAD, tag: MATRIXSSL-3-7-2-OPEN, tag: MATRIXSSL-3-7-2-COMM, origin/master, origin/HEAD, master) |