diff options
Diffstat (limited to 'src/lib/libcrypto/doc/X509_NAME_print_ex.pod')
-rw-r--r-- | src/lib/libcrypto/doc/X509_NAME_print_ex.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/X509_NAME_print_ex.pod b/src/lib/libcrypto/doc/X509_NAME_print_ex.pod index 2579a5dc9d..b2d86d4ddb 100644 --- a/src/lib/libcrypto/doc/X509_NAME_print_ex.pod +++ b/src/lib/libcrypto/doc/X509_NAME_print_ex.pod | |||
@@ -27,7 +27,7 @@ X509_NAME_oneline() prints an ASCII version of B<a> to B<buf>. At most B<size> | |||
27 | bytes will be written. If B<buf> is B<NULL> then a buffer is dynamically allocated | 27 | bytes will be written. If B<buf> is B<NULL> then a buffer is dynamically allocated |
28 | and returned, otherwise B<buf> is returned. | 28 | and returned, otherwise B<buf> is returned. |
29 | 29 | ||
30 | X509_NAME_print() prints out B<name> to B<bp> indenting each line by B<obase> | 30 | X509_NAME_print() prints out B<name> to B<bp> indenting each line by B<obase> |
31 | characters. Multiple lines are used if the output (including indent) exceeds | 31 | characters. Multiple lines are used if the output (including indent) exceeds |
32 | 80 characters. | 32 | 80 characters. |
33 | 33 | ||
@@ -76,7 +76,7 @@ printed instead of the values. | |||
76 | If B<XN_FLAG_FN_ALIGN> is set then field names are padded to 20 characters: this | 76 | If B<XN_FLAG_FN_ALIGN> is set then field names are padded to 20 characters: this |
77 | is only of use for multiline format. | 77 | is only of use for multiline format. |
78 | 78 | ||
79 | Additionally all the options supported by ASN1_STRING_print_ex() can be used to | 79 | Additionally all the options supported by ASN1_STRING_print_ex() can be used to |
80 | control how each field value is displayed. | 80 | control how each field value is displayed. |
81 | 81 | ||
82 | In addition a number options can be set for commonly used formats. | 82 | In addition a number options can be set for commonly used formats. |