mirror of
https://github.com/postgres/postgres.git
synced 2025-07-18 17:42:25 +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:
@ -32,7 +32,7 @@ SSLFILES := $(CERTIFICATES:%=ssl/%.key) $(CERTIFICATES:%=ssl/%.crt) \
|
||||
# This target generates all the key and certificate files.
|
||||
sslfiles: $(SSLFILES)
|
||||
|
||||
# Openssl requires a directory to put all generated certificates in. We don't
|
||||
# OpenSSL requires a directory to put all generated certificates in. We don't
|
||||
# use this for anything, but we need a location.
|
||||
ssl/new_certs_dir:
|
||||
mkdir ssl/new_certs_dir
|
||||
|
Reference in New Issue
Block a user