diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-05-19 22:51:41 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-05-19 22:51:41 +0000 |
commit | c0b0d76dfc98d92697d217ed15db9cf44c109f15 (patch) | |
tree | dd1542b59549170e8b126e57f54124869c6b69b2 /lib/libcrypto | |
parent | 357f8cd1deffa5e25b4fe196ab98f6be8aa41f33 (diff) |
In ec.h rev. 1.13 2018/05/19 10:37:02, tb@ added a const qualifier
to the input argument of i2o_ECPublicKey(3). Adjust the manual.
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/man/d2i_ECPKParameters.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/d2i_ECPKParameters.3 b/lib/libcrypto/man/d2i_ECPKParameters.3 index 3637786b6b2..e82e7911dd9 100644 --- a/lib/libcrypto/man/d2i_ECPKParameters.3 +++ b/lib/libcrypto/man/d2i_ECPKParameters.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: d2i_ECPKParameters.3,v 1.11 2018/03/23 00:09:11 schwarze Exp $ +.\" $OpenBSD: d2i_ECPKParameters.3,v 1.12 2018/05/19 22:51:40 schwarze Exp $ .\" OpenSSL 05ea606a May 20 20:52:46 2016 -0400 .\" .\" This file is a derived work. @@ -65,7 +65,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 23 2018 $ +.Dd $Mdocdate: May 19 2018 $ .Dt D2I_ECPKPARAMETERS 3 .Os .Sh NAME @@ -184,7 +184,7 @@ .Fc .Ft int .Fo i2o_ECPublicKey -.Fa "EC_KEY *val_in" +.Fa "const EC_KEY *val_in" .Fa "unsigned char **des_out" .Fc .Ft int |