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 /src/test | |
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/[email protected]
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/ssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ssl/Makefile b/src/test/ssl/Makefile index df477f1d401..97389c90f8b 100644 --- a/src/test/ssl/Makefile +++ b/src/test/ssl/Makefile @@ -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 |