summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/man/OPENSSL_sk_new.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/OPENSSL_sk_new.3 b/src/lib/libcrypto/man/OPENSSL_sk_new.3
index 47b19cb4e8..ff199d4ab2 100644
--- a/src/lib/libcrypto/man/OPENSSL_sk_new.3
+++ b/src/lib/libcrypto/man/OPENSSL_sk_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: OPENSSL_sk_new.3,v 1.9 2018/04/01 00:36:28 schwarze Exp $ 1.\" $OpenBSD: OPENSSL_sk_new.3,v 1.10 2018/08/08 18:21:02 tb Exp $
2.\" 2.\"
3.\" Copyright (c) 2018 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2018 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: April 1 2018 $ 17.Dd $Mdocdate: August 8 2018 $
18.Dt OPENSSL_SK_NEW 3 18.Dt OPENSSL_SK_NEW 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -147,7 +147,7 @@ are not type safe but only handle
147function arguments and return values. 147function arguments and return values.
148.Pp 148.Pp
149OpenSSL also provides a fragile, unusually complicated system of 149OpenSSL also provides a fragile, unusually complicated system of
150macro-generates wrappers that offers superficial type safety at the 150macro-generated wrappers that offers superficial type safety at the
151expense of extensive obfuscation, implemented using large amounts 151expense of extensive obfuscation, implemented using large amounts
152of autogenerated code involving exceedingly ugly, nested 152of autogenerated code involving exceedingly ugly, nested
153.Xr cpp 1 153.Xr cpp 1