diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libssl/src/doc/apps/cms.pod | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libssl/src/doc/apps/cms.pod b/src/lib/libssl/src/doc/apps/cms.pod index f32f5c71fa..f40c2a5787 100644 --- a/src/lib/libssl/src/doc/apps/cms.pod +++ b/src/lib/libssl/src/doc/apps/cms.pod | |||
| @@ -450,28 +450,28 @@ remains DER. | |||
| 450 | 450 | ||
| 451 | =over 4 | 451 | =over 4 |
| 452 | 452 | ||
| 453 | =item 0 | 453 | =item "0" |
| 454 | 454 | ||
| 455 | the operation was completely successfully. | 455 | the operation was completely successfully. |
| 456 | 456 | ||
| 457 | =item 1 | 457 | =item "1" |
| 458 | 458 | ||
| 459 | an error occurred parsing the command options. | 459 | an error occurred parsing the command options. |
| 460 | 460 | ||
| 461 | =item 2 | 461 | =item "2" |
| 462 | 462 | ||
| 463 | one of the input files could not be read. | 463 | one of the input files could not be read. |
| 464 | 464 | ||
| 465 | =item 3 | 465 | =item "3" |
| 466 | 466 | ||
| 467 | an error occurred creating the CMS file or when reading the MIME | 467 | an error occurred creating the CMS file or when reading the MIME |
| 468 | message. | 468 | message. |
| 469 | 469 | ||
| 470 | =item 4 | 470 | =item "4" |
| 471 | 471 | ||
| 472 | an error occurred decrypting or verifying the message. | 472 | an error occurred decrypting or verifying the message. |
| 473 | 473 | ||
| 474 | =item 5 | 474 | =item "5" |
| 475 | 475 | ||
| 476 | the message was verified correctly but an error occurred writing out | 476 | the message was verified correctly but an error occurred writing out |
| 477 | the signers certificates. | 477 | the signers certificates. |
