mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-05 03:56:04 +02:00
Also fix bug/limitation in mpi_copy: would segfault if src just initialised and not set to a value yet. (This case occurs when copying a context which contains only the public part of the key, eg.)