diff options
author | jmc <> | 2015-11-15 22:06:51 +0000 |
---|---|---|
committer | jmc <> | 2015-11-15 22:06:51 +0000 |
commit | 1804dcd4d572f29ea7515d6483ee4c454ff25d80 (patch) | |
tree | beab7a57a2b8e16dc29ca7f51e9833c588edc5c6 /src/lib | |
parent | 5ec33509726f3770a1a7bb1a068860c9e091dc75 (diff) | |
download | openbsd-1804dcd4d572f29ea7515d6483ee4c454ff25d80.tar.gz openbsd-1804dcd4d572f29ea7515d6483ee4c454ff25d80.tar.bz2 openbsd-1804dcd4d572f29ea7515d6483ee4c454ff25d80.zip |
ui_new -> UI_new;
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/man/des_read_pw.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/des_read_pw.3 b/src/lib/libcrypto/man/des_read_pw.3 index e118b43793..4b0bf2b52a 100644 --- a/src/lib/libcrypto/man/des_read_pw.3 +++ b/src/lib/libcrypto/man/des_read_pw.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .Dd $Mdocdate: November 12 2015 $ | 1 | .Dd $Mdocdate: November 15 2015 $ |
2 | .Dt DES_READ_PW 3 | 2 | .Dt DES_READ_PW 3 |
3 | .Os | 3 | .Os |
4 | .Sh NAME | 4 | .Sh NAME |
@@ -91,7 +91,7 @@ is available in the MIT Kerberos library as well, and is also available | |||
91 | under the name | 91 | under the name |
92 | .Xr EVP_read_pw_string 3 . | 92 | .Xr EVP_read_pw_string 3 . |
93 | .Sh SEE ALSO | 93 | .Sh SEE ALSO |
94 | .Xr ui_new 3 | 94 | .Xr UI_new 3 |
95 | .Sh AUTHORS | 95 | .Sh AUTHORS |
96 | .An Richard Levitte Aq Mt richard@levitte.org | 96 | .An Richard Levitte Aq Mt richard@levitte.org |
97 | for the OpenSSL project. | 97 | for the OpenSSL project. |