Capitalization of the name OpenSSL
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: pgsql-hackers@lists.postgresql.org
Date: 2018-06-27T22:16:52Z
Lists: pgsql-hackers
Attachments
- capitalize_OpenSSL.patch (application/octet-stream) patch
Skimming over SSL code and docs I noticed that we almost always properly capitalize “OpenSSL" when referring to the name of the library, using "openssl” for when referring to the cli application. The attached patch fixes the few occurrences where the name is referred to, but which aren’t spelled “OpenSSL”. Also moves the link to openssl.org to using https:// as it redirects anyways. cheers ./daniel
Commits
-
Make capitalization of term "OpenSSL" more consistent
- dad5f8a3d51c 11.0 landed