diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/src/doc/crypto/ui_compat.pod | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/lib/libssl/src/doc/crypto/ui_compat.pod b/src/lib/libssl/src/doc/crypto/ui_compat.pod index adf2ae5e53..4ef5465539 100644 --- a/src/lib/libssl/src/doc/crypto/ui_compat.pod +++ b/src/lib/libssl/src/doc/crypto/ui_compat.pod | |||
| @@ -19,12 +19,12 @@ Compatibility user interface functions | |||
| 19 | =head1 DESCRIPTION | 19 | =head1 DESCRIPTION | 
| 20 | 20 | ||
| 21 | The DES library contained a few routines to prompt for passwords. These | 21 | The DES library contained a few routines to prompt for passwords. These | 
| 22 | aren't necessarely dependent on DES, and have therefore become part of the | 22 | aren't necessarily dependent on DES, and have therefore become part of the | 
| 23 | UI compatibility library. | 23 | UI compatibility library. | 
| 24 | 24 | ||
| 25 | des_read_pw() writes the string specified by I<prompt> to standard output | 25 | des_read_pw() writes the string specified by I<prompt> to standard output | 
| 26 | turns echo off and reads an input string from the terminal. The string is | 26 | turns echo off and reads an input string from the terminal. The string is | 
| 27 | returned in I<buf>, which must have spac for at least I<size> bytes. | 27 | returned in I<buf>, which must have space for at least I<size> bytes. | 
| 28 | If I<verify> is set, the user is asked for the password twice and unless | 28 | If I<verify> is set, the user is asked for the password twice and unless | 
| 29 | the two copies match, an error is returned. The second password is stored | 29 | the two copies match, an error is returned. The second password is stored | 
| 30 | in I<buff>, which must therefore also be at least I<size> bytes. A return | 30 | in I<buff>, which must therefore also be at least I<size> bytes. A return | 
