diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-03-23 23:18:18 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-03-23 23:18:18 +0000 |
commit | a36bf4bc644192c0fe1dab1394a853d6100987e7 (patch) | |
tree | 32af46bf44f79967f79a48e4e5285c4e7a20bb94 /lib/libcrypto/man/EC_KEY_new.3 | |
parent | 9856c79ec3d4d06b4bf4304ae4dde7e78e7d335e (diff) |
finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixes
Diffstat (limited to 'lib/libcrypto/man/EC_KEY_new.3')
-rw-r--r-- | lib/libcrypto/man/EC_KEY_new.3 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libcrypto/man/EC_KEY_new.3 b/lib/libcrypto/man/EC_KEY_new.3 index 06a85aaed13..c77233b4ee8 100644 --- a/lib/libcrypto/man/EC_KEY_new.3 +++ b/lib/libcrypto/man/EC_KEY_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EC_KEY_new.3,v 1.12 2018/03/23 05:48:56 schwarze Exp $ +.\" $OpenBSD: EC_KEY_new.3,v 1.13 2018/03/23 23:18:17 schwarze Exp $ .\" OpenSSL d900a015 Oct 8 14:40:42 2015 +0200 .\" .\" This file was written by Matt Caswell <matt@openssl.org>. @@ -549,15 +549,12 @@ returns the point_conversion_form for the .Fn EC_KEY_precompute_mult , .Fn EC_KEY_generate_key , .Fn EC_KEY_check_key , +.Fn EC_KEY_print , and .Fn EC_KEY_print_fp first appeared in OpenSSL 0.9.8 and have been available since .Ox 4.5 . .Pp -.Fn EC_KEY_up_ref -first appeared in OpenSSL 1.0.0 and has been available since -.Ox 4.9 . -.Pp .Fn EC_KEY_get_flags , .Fn EC_KEY_set_flags , .Fn EC_KEY_clear_flags , |