mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Fix typos in comments and in one isolation test.
Dagfinn Ilmari Mannsåker, reviewed by Shubham Khanna. Some subtractions by me. Discussion: http://postgr.es/m/87le9fmi01.fsf@wibble.ilmari.org
This commit is contained in:
@ -460,7 +460,7 @@ bf_init(PX_Cipher *c, const uint8 *key, unsigned klen, const uint8 *iv)
|
||||
|
||||
/*
|
||||
* Test if key len is supported. BF_set_key silently cut large keys and it
|
||||
* could be a problem when user transfer crypted data from one server to
|
||||
* could be a problem when user transfer encrypted data from one server to
|
||||
* another.
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user