diff options
author | deraadt <> | 2018-03-07 19:07:14 +0000 |
---|---|---|
committer | deraadt <> | 2018-03-07 19:07:14 +0000 |
commit | 9778eb4189459056db4eb41f2366a9f43289f0ff (patch) | |
tree | b450311fa656b4b01f13e6e5f2558849d539ace3 /src/lib/libtls/man | |
parent | e6135660e4e7cb53ac89d814a7cfe8e97df34068 (diff) | |
download | openbsd-9778eb4189459056db4eb41f2366a9f43289f0ff.tar.gz openbsd-9778eb4189459056db4eb41f2366a9f43289f0ff.tar.bz2 openbsd-9778eb4189459056db4eb41f2366a9f43289f0ff.zip |
backout. diff was not tested comprehensively, resulting in a broken tree.
Diffstat (limited to 'src/lib/libtls/man')
-rw-r--r-- | src/lib/libtls/man/tls_init.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libtls/man/tls_init.3 b/src/lib/libtls/man/tls_init.3 index fe8847d0ac..5fb9cdd802 100644 --- a/src/lib/libtls/man/tls_init.3 +++ b/src/lib/libtls/man/tls_init.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: tls_init.3,v 1.8 2018/03/07 17:17:47 beck Exp $ | 1 | .\" $OpenBSD: tls_init.3,v 1.9 2018/03/07 19:07:14 deraadt Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> | 3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> |
4 | .\" Copyright (c) 2016 Joel Sing <jsing@openbsd.org> | 4 | .\" Copyright (c) 2016 Joel Sing <jsing@openbsd.org> |
@@ -46,7 +46,7 @@ The | |||
46 | .Fn tls_init | 46 | .Fn tls_init |
47 | function initializes global data structures. | 47 | function initializes global data structures. |
48 | It should be called once before any other functions. | 48 | It should be called once before any other functions. |
49 | It may be called more than once, and may be called concurrently. | 49 | It may be called more than once, but not concurrently. |
50 | .Pp | 50 | .Pp |
51 | Before a connection is created, a configuration must be created. | 51 | Before a connection is created, a configuration must be created. |
52 | The | 52 | The |