mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Fixed modifying a const value.
This commit is contained in:
@ -1113,7 +1113,7 @@ static int dtls_export_load(WOLFSSL* ssl, const byte* exp, word32 len, byte ver)
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
if (ver > DTLS_EXPORT_VERSION_3) {
|
if (ver > DTLS_EXPORT_VERSION_3) {
|
||||||
exp[idx++] = 0;
|
idx++;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user