mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Make capitalization of term "OpenSSL" more consistent
This includes code comments and documentation. No backpatch as this is cosmetic even if there are documentation changes which are user-facing. Author: Daniel Gustafsson Discussion: https://postgr.es/m/BB89928E-2BC7-489E-A5E4-6D204B3954CF@yesql.se
This commit is contained in:
@ -408,7 +408,7 @@ gen_ossl_encrypt(PX_Cipher *c, const uint8 *data, unsigned dlen,
|
||||
/* Blowfish */
|
||||
|
||||
/*
|
||||
* Check if strong crypto is supported. Some openssl installations
|
||||
* Check if strong crypto is supported. Some OpenSSL installations
|
||||
* support only short keys and unfortunately BF_set_key does not return any
|
||||
* error value. This function tests if is possible to use strong key.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user