From 3ba95054095fc9c1ddfd504959be20825c352b45 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Wed, 14 Oct 2015 09:11:25 +0000 Subject: tweak previous (two details i apparently missed) --- src/lib/libcrypto/man/EVP_AEAD_CTX_init.3 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/man/EVP_AEAD_CTX_init.3 b/src/lib/libcrypto/man/EVP_AEAD_CTX_init.3 index 47531123b4..a2b4efea54 100644 --- a/src/lib/libcrypto/man/EVP_AEAD_CTX_init.3 +++ b/src/lib/libcrypto/man/EVP_AEAD_CTX_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EVP_AEAD_CTX_init.3,v 1.1 2015/10/14 07:41:28 reyk Exp $ +.\" $OpenBSD: EVP_AEAD_CTX_init.3,v 1.2 2015/10/14 09:11:25 schwarze Exp $ .\" .\" Copyright (c) 2014, Google Inc. .\" Parts of the text were written by Adam Langley and David Benjamin. @@ -115,7 +115,8 @@ initializes the context for the given AEAD algorithm .Fa aead . The -.Fa impl argument must be +.Fa impl +argument must be .Dv NULL for the default implementation; other values are currently not supported. @@ -270,6 +271,7 @@ EVP_AEAD_CTX_cleanup(&ctx); .Sh SEE ALSO .Xr evp 3 .Sh HISTORY -AEAD is based on the implementation by Adam Langley for -Chromium/BoringSSL and first appeared in +AEAD is based on the implementation by +.An Adam Langley +for Chromium/BoringSSL and first appeared in .Ox 5.6 . -- cgit v1.2.3-55-g6feb