Typo fix
Add the missing blanks. Change-Id: I7f29575591cac1df26d6dba3f4e246bff097e149
This commit is contained in:
parent
b9aaa2f39e
commit
a378d420e0
@ -120,7 +120,7 @@
|
||||
|
||||
# Digest algorithm which will be used for digital signature. Use the
|
||||
# command "openssl list-message-digest-algorithms" to get the
|
||||
# available algorithmssupported by the version of OpenSSL on the
|
||||
# available algorithms supported by the version of OpenSSL on the
|
||||
# platform. Examples are "sha1", "sha256", "sha512", etc. (string
|
||||
# value)
|
||||
#digest_algorithm = sha256
|
||||
|
@ -97,7 +97,7 @@
|
||||
|
||||
# Digest algorithm which will be used for digital signature. Use the
|
||||
# command "openssl list-message-digest-algorithms" to get the
|
||||
# available algorithmssupported by the version of OpenSSL on the
|
||||
# available algorithms supported by the version of OpenSSL on the
|
||||
# platform. Examples are "sha1", "sha256", "sha512", etc. (string
|
||||
# value)
|
||||
#digest_algorithm = sha256
|
||||
|
@ -114,7 +114,7 @@
|
||||
|
||||
# Digest algorithm which will be used for digital signature. Use the
|
||||
# command "openssl list-message-digest-algorithms" to get the
|
||||
# available algorithmssupported by the version of OpenSSL on the
|
||||
# available algorithms supported by the version of OpenSSL on the
|
||||
# platform. Examples are "sha1", "sha256", "sha512", etc. (string
|
||||
# value)
|
||||
#digest_algorithm = sha256
|
||||
|
@ -97,7 +97,7 @@
|
||||
|
||||
# Digest algorithm which will be used for digital signature. Use the
|
||||
# command "openssl list-message-digest-algorithms" to get the
|
||||
# available algorithmssupported by the version of OpenSSL on the
|
||||
# available algorithms supported by the version of OpenSSL on the
|
||||
# platform. Examples are "sha1", "sha256", "sha512", etc. (string
|
||||
# value)
|
||||
#digest_algorithm = sha256
|
||||
|
@ -171,7 +171,7 @@ common_opts = [
|
||||
cfg.StrOpt('digest_algorithm', default='sha256',
|
||||
help=_('Digest algorithm which will be used for digital '
|
||||
'signature. Use the command "openssl list-message-'
|
||||
'digest-algorithms" to get the available algorithms'
|
||||
'digest-algorithms" to get the available algorithms '
|
||||
'supported by the version of OpenSSL on the platform.'
|
||||
' Examples are "sha1", "sha256", "sha512", etc.')),
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user