Skip to content

Commit ca03fd9

Browse files
committed
Updated wolfSSL to latest version
1 parent 7891960 commit ca03fd9

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

lib/wolfssl

Submodule wolfssl updated 141 files

src/xmalloc.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ struct xmalloc_slot {
137137
#define MP_CURVE_SPECS_SIZE (MP_INT_TYPE_SIZE)
138138
#define MP_CURVE_FIELD_COUNT_SIZE (380)
139139
#ifndef _LP64
140-
#define ECC_POINT_SIZE (228)
140+
#define ECC_POINT_SIZE (232)
141141
#else
142-
#define ECC_POINT_SIZE (312)
142+
#define ECC_POINT_SIZE (320)
143143
#define MP_INT_BUFFER_SIZE_1 (MP_INT_TYPE_SIZE * 5)
144144
#endif
145145
#define MP_INT_BUFFER_SIZE (MP_INT_TYPE_SIZE * 6)
@@ -150,9 +150,9 @@ struct xmalloc_slot {
150150
#define MP_CURVE_SPECS_SIZE (MP_INT_TYPE_SIZE)
151151
#define MP_CURVE_FIELD_COUNT_SIZE (380)
152152
#ifndef _LP64
153-
#define ECC_POINT_SIZE (408)
153+
#define ECC_POINT_SIZE (412)
154154
#else
155-
#define ECC_POINT_SIZE (504)
155+
#define ECC_POINT_SIZE (512)
156156
#endif
157157
#define MP_INT_BUFFER_SIZE (MP_INT_TYPE_SIZE * 5)
158158
#define MP_INT_BUFFER_SIZE_1 (MP_INT_TYPE_SIZE * 6)
@@ -163,9 +163,9 @@ struct xmalloc_slot {
163163
#define MP_CURVE_SPECS_SIZE (MP_INT_TYPE_SIZE)
164164
#define MP_CURVE_FIELD_COUNT_SIZE (380)
165165
#ifndef _LP64
166-
#define ECC_POINT_SIZE (516)
166+
#define ECC_POINT_SIZE (520)
167167
#else
168-
#define ECC_POINT_SIZE (600)
168+
#define ECC_POINT_SIZE (608)
169169
#endif
170170
#define MP_INT_BUFFER_SIZE (MP_INT_TYPE_SIZE * 5)
171171
#define MP_INT_BUFFER_SIZE_1 (MP_INT_TYPE_SIZE * 6)

0 commit comments

Comments
 (0)