mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-17 07:49:21 +00:00
PolarSSL: update to current stable version (1.3.4)
I just removed Externals/polarssl/, added the new version, then deleted the following files/directories: DartConfiguration.tcl Makefile doxygen/ library/Makefile programs/ scripts/ tests/ visualc/
This commit is contained in:
parent
7be3dae988
commit
d025d63fd6
152 changed files with 33088 additions and 13751 deletions
2
Externals/polarssl/library/blowfish.c
vendored
2
Externals/polarssl/library/blowfish.c
vendored
|
@ -233,6 +233,7 @@ int blowfish_crypt_ecb( blowfish_context *ctx,
|
|||
return( 0 );
|
||||
}
|
||||
|
||||
#if defined(POLARSSL_CIPHER_MODE_CBC)
|
||||
/*
|
||||
* Blowfish-CBC buffer encryption/decryption
|
||||
*/
|
||||
|
@ -284,6 +285,7 @@ int blowfish_crypt_cbc( blowfish_context *ctx,
|
|||
|
||||
return( 0 );
|
||||
}
|
||||
#endif /* POLARSSL_CIPHER_MODE_CBC */
|
||||
|
||||
#if defined(POLARSSL_CIPHER_MODE_CFB)
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue