diff options
author | 2014-07-11 14:55:08 +0000 | |
---|---|---|
committer | 2014-07-11 14:55:08 +0000 | |
commit | 7a0a29799365c376259a9f23e9099f1fb1f4e2ea (patch) | |
tree | 5d19a0fc638afbe8189d7474487ff1621a7e2cdd | |
parent | In ASN1_get_object(), reject primitive encodings using the indefinite length (diff) | |
download | wireguard-openbsd-7a0a29799365c376259a9f23e9099f1fb1f4e2ea.tar.xz wireguard-openbsd-7a0a29799365c376259a9f23e9099f1fb1f4e2ea.zip |
Make this file parsable by pod2man without errors.
ok bcook@
-rw-r--r-- | lib/libssl/src/doc/apps/cms.pod | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libssl/src/doc/apps/cms.pod b/lib/libssl/src/doc/apps/cms.pod index f32f5c71fa8..f40c2a5787a 100644 --- a/lib/libssl/src/doc/apps/cms.pod +++ b/lib/libssl/src/doc/apps/cms.pod @@ -450,28 +450,28 @@ remains DER. =over 4 -=item 0 +=item "0" the operation was completely successfully. -=item 1 +=item "1" an error occurred parsing the command options. -=item 2 +=item "2" one of the input files could not be read. -=item 3 +=item "3" an error occurred creating the CMS file or when reading the MIME message. -=item 4 +=item "4" an error occurred decrypting or verifying the message. -=item 5 +=item "5" the message was verified correctly but an error occurred writing out the signers certificates. |