diff options
Diffstat (limited to 'src/lib/libcrypto/man/des_read_pw.3')
-rw-r--r-- | src/lib/libcrypto/man/des_read_pw.3 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/des_read_pw.3 b/src/lib/libcrypto/man/des_read_pw.3 index a7060d6efa..8c63a65fd2 100644 --- a/src/lib/libcrypto/man/des_read_pw.3 +++ b/src/lib/libcrypto/man/des_read_pw.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: des_read_pw.3,v 1.7 2018/03/20 22:06:59 schwarze Exp $ | 1 | .\" $OpenBSD: des_read_pw.3,v 1.8 2018/03/27 17:35:50 schwarze Exp $ |
2 | .\" OpenSSL doc/crypto/ui_compat.pod May 14 11:28:00 2006 +0000 | 2 | .\" OpenSSL doc/crypto/ui_compat.pod May 14 11:28:00 2006 +0000 |
3 | .\" OpenSSL doc/crypto/des.pod 2a9aca32 Oct 25 08:44:10 2001 +0000 | 3 | .\" OpenSSL doc/crypto/des.pod 2a9aca32 Oct 25 08:44:10 2001 +0000 |
4 | .\" | 4 | .\" |
@@ -50,7 +50,7 @@ | |||
50 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 50 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
51 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 51 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
52 | .\" | 52 | .\" |
53 | .Dd $Mdocdate: March 20 2018 $ | 53 | .Dd $Mdocdate: March 27 2018 $ |
54 | .Dt DES_READ_PW 3 | 54 | .Dt DES_READ_PW 3 |
55 | .Os | 55 | .Os |
56 | .Sh NAME | 56 | .Sh NAME |
@@ -131,8 +131,13 @@ is functionally similar to | |||
131 | .Sh SEE ALSO | 131 | .Sh SEE ALSO |
132 | .Xr UI_new 3 | 132 | .Xr UI_new 3 |
133 | .Sh HISTORY | 133 | .Sh HISTORY |
134 | These functions appeared in SSLeay 0.8.1b or earlier | 134 | .Fn des_read_pw_string |
135 | and have been available since | 135 | appeared in SSLeay 0.4 or earlier. |
136 | .Fn EVP_read_pw_string | ||
137 | first appeared in SSLeay 0.5.1. | ||
138 | .Fn des_read_pw | ||
139 | first appeared in SSLeay 0.8.0. | ||
140 | These functions have been available since | ||
136 | .Ox 2.4 . | 141 | .Ox 2.4 . |
137 | .Sh AUTHORS | 142 | .Sh AUTHORS |
138 | .An Richard Levitte Aq Mt richard@levitte.org | 143 | .An Richard Levitte Aq Mt richard@levitte.org |