diff options
author | 2015-11-15 22:06:51 +0000 | |
---|---|---|
committer | 2015-11-15 22:06:51 +0000 | |
commit | b20918a0a80ac96170764f25ed047f6482a16bf4 (patch) | |
tree | 30a0ee31d91fc9a8242f6b1a7da1295a94cd4b32 | |
parent | fix references to lhash(3); (diff) | |
download | wireguard-openbsd-b20918a0a80ac96170764f25ed047f6482a16bf4.tar.xz wireguard-openbsd-b20918a0a80ac96170764f25ed047f6482a16bf4.zip |
ui_new -> UI_new;
-rw-r--r-- | lib/libcrypto/man/des_read_pw.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/man/des_read_pw.3 b/lib/libcrypto/man/des_read_pw.3 index e118b437933..4b0bf2b52ac 100644 --- a/lib/libcrypto/man/des_read_pw.3 +++ b/lib/libcrypto/man/des_read_pw.3 @@ -1,4 +1,4 @@ -.Dd $Mdocdate: November 12 2015 $ +.Dd $Mdocdate: November 15 2015 $ .Dt DES_READ_PW 3 .Os .Sh NAME @@ -91,7 +91,7 @@ is available in the MIT Kerberos library as well, and is also available under the name .Xr EVP_read_pw_string 3 . .Sh SEE ALSO -.Xr ui_new 3 +.Xr UI_new 3 .Sh AUTHORS .An Richard Levitte Aq Mt richard@levitte.org for the OpenSSL project. |