Skip to content

Commit 26b9a15

Browse files
akolosov-nszysas
authored andcommitted
Fix
1 parent d3c5205 commit 26b9a15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

kotlin-mbedtls/src/main/kotlin/org/opencoap/ssl/MbedtlsSizeOf.kt

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ package org.opencoap.ssl
22

33
// AUTOGENERATED, DON'T MODIFY
44
internal object MbedtlsSizeOf {
5-
const val mbedtls_ssl_config = 384L
5+
const val mbedtls_ssl_config = 392L
66
const val mbedtls_entropy_context = 832L
77
const val mbedtls_ctr_drbg_context = 344L
8-
const val mbedtls_ssl_context = 560L
9-
const val mbedtls_pk_context = 24L
10-
const val mbedtls_x509_crt = 752L
8+
const val mbedtls_ssl_context = 568L
9+
const val mbedtls_pk_context = 16L
10+
const val mbedtls_x509_crt = 744L
1111
const val mbedtls_ssl_cookie_ctx = 32L
1212
}
1313

0 commit comments

Comments
 (0)