mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-25 15:15:47 +01:00
Merge remote-tracking branch 'public/pr/1854' into development
This commit is contained in:
commit
fced1f2fb3
@ -34,6 +34,9 @@ Bugfix
|
||||
i386 with SSE2. Found by László Langó. Fixes #1550
|
||||
* Fix namespacing in header files. Remove the `mbedtls` namespacing in
|
||||
the `#include` in the header files. Resolves #857
|
||||
* Fix compiler warning of 'use before initialisation' in
|
||||
mbedtls_pk_parse_key(). Found by Martin Boye Petersen and fixed by Dawid
|
||||
Drozd. #1098
|
||||
|
||||
Changes
|
||||
* Change the shebang line in Perl scripts to look up perl in the PATH.
|
||||
|
@ -1261,7 +1261,6 @@ int mbedtls_pk_parse_key( mbedtls_pk_context *pk,
|
||||
return( ret );
|
||||
#endif /* MBEDTLS_PKCS12_C || MBEDTLS_PKCS5_C */
|
||||
#else
|
||||
((void) ret);
|
||||
((void) pwd);
|
||||
((void) pwdlen);
|
||||
#endif /* MBEDTLS_PEM_PARSE_C */
|
||||
|
Loading…
Reference in New Issue
Block a user