Correct some names.
This commit is contained in:
parent
c9ea7400b4
commit
37529750e2
2 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
ERR_get_error, ERR_peek_error, ERR_peek_last_error,
|
||||
ERR_get_error_line, ERR_peek_error_line, ERR_peek_last_error_line,
|
||||
ERR_get_error_line_data, ERR_peek_error_line_data,
|
||||
ERR_peek_error_line_data - obtain error code and data
|
||||
ERR_peek_last_error_line_data - obtain error code and data
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
=head1 NAME
|
||||
|
||||
RSA_print, RSA_print_fp, DHparams_print, DHparams_print_fp, DSA_print,
|
||||
DSA_print_fp, DHparams_print, DHparams_print_fp - print cryptographic
|
||||
parameters
|
||||
RSA_print, RSA_print_fp,
|
||||
DSAparams_print, DSAparams_print_fp, DSA_print, DSA_print_fp,
|
||||
DHparams_print, DHparams_print_fp - print cryptographic parameters
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
|
|
Loading…
Reference in a new issue