From: schwarze Date: Wed, 14 Oct 2015 09:11:25 +0000 (+0000) Subject: tweak previous (two details i apparently missed) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=4dfa7cd53cd8e978bd514b0c077ebebec5245e1b;p=openbsd tweak previous (two details i apparently missed) --- diff --git a/lib/libcrypto/man/EVP_AEAD_CTX_init.3 b/lib/libcrypto/man/EVP_AEAD_CTX_init.3 index 47531123b41..a2b4efea541 100644 --- a/lib/libcrypto/man/EVP_AEAD_CTX_init.3 +++ b/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 .