summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsobrado <>2015-09-30 14:48:59 +0000
committersobrado <>2015-09-30 14:48:59 +0000
commit24627f91d4485d77d06e87b7167b7bea9a6b84fe (patch)
tree4d9f506a4cc6eb42c8894f742b616e5b21dbabd8
parent1b1e2736553669e186eb81ebacd225908e15106e (diff)
downloadopenbsd-24627f91d4485d77d06e87b7167b7bea9a6b84fe.tar.gz
openbsd-24627f91d4485d77d06e87b7167b7bea9a6b84fe.tar.bz2
openbsd-24627f91d4485d77d06e87b7167b7bea9a6b84fe.zip
fix two typos.
-rw-r--r--src/lib/libssl/src/doc/crypto/ui_compat.pod4
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
21The DES library contained a few routines to prompt for passwords. These 21The DES library contained a few routines to prompt for passwords. These
22aren't necessarely dependent on DES, and have therefore become part of the 22aren't necessarily dependent on DES, and have therefore become part of the
23UI compatibility library. 23UI compatibility library.
24 24
25des_read_pw() writes the string specified by I<prompt> to standard output 25des_read_pw() writes the string specified by I<prompt> to standard output
26turns echo off and reads an input string from the terminal. The string is 26turns echo off and reads an input string from the terminal. The string is
27returned in I<buf>, which must have spac for at least I<size> bytes. 27returned in I<buf>, which must have space for at least I<size> bytes.
28If I<verify> is set, the user is asked for the password twice and unless 28If I<verify> is set, the user is asked for the password twice and unless
29the two copies match, an error is returned. The second password is stored 29the two copies match, an error is returned. The second password is stored
30in I<buff>, which must therefore also be at least I<size> bytes. A return 30in I<buff>, which must therefore also be at least I<size> bytes. A return