summaryrefslogtreecommitdiff
path: root/cpp/test/IceSSL/certs/makecerts.py
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2017-03-28 10:25:16 -0400
committerJoe George <joe@zeroc.com>2017-03-28 10:25:16 -0400
commit7f80ea0db36533c25ffacfccb05a4b8ee657a95f (patch)
tree7b619b723fa94ac7996ca9578eae3fbf40f4cc9e /cpp/test/IceSSL/certs/makecerts.py
parentICE-7707 Improved handling of argc/argv arguments (diff)
parentICE-7483 - Rename OS X to macOS (diff)
downloadice-7f80ea0db36533c25ffacfccb05a4b8ee657a95f.tar.bz2
ice-7f80ea0db36533c25ffacfccb05a4b8ee657a95f.tar.xz
ice-7f80ea0db36533c25ffacfccb05a4b8ee657a95f.zip
Merge remote-tracking branch 'origin/3.6'
Diffstat (limited to 'cpp/test/IceSSL/certs/makecerts.py')
-rwxr-xr-xcpp/test/IceSSL/certs/makecerts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceSSL/certs/makecerts.py b/cpp/test/IceSSL/certs/makecerts.py
index 424213a7307..aa60ddb3bdb 100755
--- a/cpp/test/IceSSL/certs/makecerts.py
+++ b/cpp/test/IceSSL/certs/makecerts.py
@@ -168,7 +168,7 @@ for (ca, alias, path, args) in savecerts:
cert.save(path + ".p12", **args)
#
-# Create DH parameters to use with OS X Secure Transport.
+# Create DH parameters to use with macOS Secure Transport.
#
if clean or not os.path.exists("dh_params512.der"):
ca1.run("openssl", "dhparam", 512, outform="DER", out="dh_params512.der")