diff options
author | Michael Paquier | 2018-06-29 00:45:44 +0000 |
---|---|---|
committer | Michael Paquier | 2018-06-29 00:45:44 +0000 |
commit | dad5f8a3d51c8b12bfa0d2c635639fff9fad5155 (patch) | |
tree | e78d5606efb482ed01c3b6d5e76a16d4292620b6 /contrib/pgcrypto/openssl.c | |
parent | f5545287dc5f565b091f2312684d14fda0705a9a (diff) |
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
Diffstat (limited to 'contrib/pgcrypto/openssl.c')
-rw-r--r-- | contrib/pgcrypto/openssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pgcrypto/openssl.c b/contrib/pgcrypto/openssl.c index f71a933407d..7d686f39402 100644 --- a/contrib/pgcrypto/openssl.c +++ b/contrib/pgcrypto/openssl.c @@ -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. */ |