aboutsummaryrefslogtreecommitdiff
path: root/doc/crypto/PKCS7_sign_add_signer.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/PKCS7_sign_add_signer.pod')
-rw-r--r--doc/crypto/PKCS7_sign_add_signer.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/PKCS7_sign_add_signer.pod b/doc/crypto/PKCS7_sign_add_signer.pod
index ebec4d5..f09a0f9 100644
--- a/doc/crypto/PKCS7_sign_add_signer.pod
+++ b/doc/crypto/PKCS7_sign_add_signer.pod
@@ -40,7 +40,7 @@ Any of the following flags (ored together) can be passed in the B<flags>
parameter.
If B<PKCS7_REUSE_DIGEST> is set then an attempt is made to copy the content
-digest value from the PKCS7 struture: to add a signer to an existing structure.
+digest value from the PKCS7 structure: to add a signer to an existing structure.
An error occurs if a matching digest value cannot be found to copy. The
returned PKCS7 structure will be valid and finalized when this flag is set.