diff options
Diffstat (limited to 'src/lib/libcrypto/man/UI_new.3')
-rw-r--r-- | src/lib/libcrypto/man/UI_new.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/UI_new.3 b/src/lib/libcrypto/man/UI_new.3 index 187f0f7c95..86a2581c99 100644 --- a/src/lib/libcrypto/man/UI_new.3 +++ b/src/lib/libcrypto/man/UI_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: UI_new.3,v 1.7 2018/02/15 19:55:59 schwarze Exp $ | 1 | .\" $OpenBSD: UI_new.3,v 1.8 2018/03/22 21:08:22 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL 78b19e90 Jan 11 00:12:01 2017 +0100 | 2 | .\" full merge up to: OpenSSL 78b19e90 Jan 11 00:12:01 2017 +0100 |
3 | .\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 | 3 | .\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 |
4 | .\" | 4 | .\" |
@@ -49,7 +49,7 @@ | |||
49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
51 | .\" | 51 | .\" |
52 | .Dd $Mdocdate: February 15 2018 $ | 52 | .Dd $Mdocdate: March 22 2018 $ |
53 | .Dt UI_NEW 3 | 53 | .Dt UI_NEW 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -506,7 +506,9 @@ argument. | |||
506 | .Xr UI_get_string_type 3 , | 506 | .Xr UI_get_string_type 3 , |
507 | .Xr UI_UTIL_read_pw 3 | 507 | .Xr UI_UTIL_read_pw 3 |
508 | .Sh HISTORY | 508 | .Sh HISTORY |
509 | The UI section was first introduced in OpenSSL 0.9.7. | 509 | These functions first appeared in OpenSSL 0.9.7 |
510 | and have been available since | ||
511 | .Ox 3.2 . | ||
510 | .Sh AUTHORS | 512 | .Sh AUTHORS |
511 | .An Richard Levitte Aq Mt richard@levitte.org | 513 | .An Richard Levitte Aq Mt richard@levitte.org |
512 | for the OpenSSL project. | 514 | for the OpenSSL project. |