diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libssl/src/doc/apps/smime.pod | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libssl/src/doc/apps/smime.pod b/src/lib/libssl/src/doc/apps/smime.pod index 3bc5c4fde1..65090fda95 100644 --- a/src/lib/libssl/src/doc/apps/smime.pod +++ b/src/lib/libssl/src/doc/apps/smime.pod | |||
| @@ -308,28 +308,28 @@ remains DER. | |||
| 308 | 308 | ||
| 309 | =over 4 | 309 | =over 4 |
| 310 | 310 | ||
| 311 | =item 0 | 311 | =item "0" |
| 312 | 312 | ||
| 313 | the operation was completely successfully. | 313 | the operation was completely successfully. |
| 314 | 314 | ||
| 315 | =item 1 | 315 | =item "1" |
| 316 | 316 | ||
| 317 | an error occurred parsing the command options. | 317 | an error occurred parsing the command options. |
| 318 | 318 | ||
| 319 | =item 2 | 319 | =item "2" |
| 320 | 320 | ||
| 321 | one of the input files could not be read. | 321 | one of the input files could not be read. |
| 322 | 322 | ||
| 323 | =item 3 | 323 | =item "3" |
| 324 | 324 | ||
| 325 | an error occurred creating the PKCS#7 file or when reading the MIME | 325 | an error occurred creating the PKCS#7 file or when reading the MIME |
| 326 | message. | 326 | message. |
| 327 | 327 | ||
| 328 | =item 4 | 328 | =item "4" |
| 329 | 329 | ||
| 330 | an error occurred decrypting or verifying the message. | 330 | an error occurred decrypting or verifying the message. |
| 331 | 331 | ||
| 332 | =item 5 | 332 | =item "5" |
| 333 | 333 | ||
| 334 | the message was verified correctly but an error occurred writing out | 334 | the message was verified correctly but an error occurred writing out |
| 335 | the signers certificates. | 335 | the signers certificates. |
