summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorjmc <>2015-11-15 22:06:51 +0000
committerjmc <>2015-11-15 22:06:51 +0000
commit1804dcd4d572f29ea7515d6483ee4c454ff25d80 (patch)
treebeab7a57a2b8e16dc29ca7f51e9833c588edc5c6 /src/lib
parent5ec33509726f3770a1a7bb1a068860c9e091dc75 (diff)
downloadopenbsd-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.34
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
91under the name 91under 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
97for the OpenSSL project. 97for the OpenSSL project.