mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +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:
@ -1588,7 +1588,7 @@ my_BIO_s_socket(void)
|
||||
return my_bio_methods;
|
||||
}
|
||||
|
||||
/* This should exactly match openssl's SSL_set_fd except for using my BIO */
|
||||
/* This should exactly match OpenSSL's SSL_set_fd except for using my BIO */
|
||||
static int
|
||||
my_SSL_set_fd(PGconn *conn, int fd)
|
||||
{
|
||||
|
Reference in New Issue
Block a user