diff options
Diffstat (limited to 'src/lib/libcrypto/man/BN_BLINDING_new.3')
-rw-r--r-- | src/lib/libcrypto/man/BN_BLINDING_new.3 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/BN_BLINDING_new.3 b/src/lib/libcrypto/man/BN_BLINDING_new.3 index c74e936fcc..6055e676b4 100644 --- a/src/lib/libcrypto/man/BN_BLINDING_new.3 +++ b/src/lib/libcrypto/man/BN_BLINDING_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BN_BLINDING_new.3,v 1.8 2018/03/23 00:09:11 schwarze Exp $ | 1 | .\" $OpenBSD: BN_BLINDING_new.3,v 1.9 2018/03/23 04:34:23 schwarze Exp $ |
2 | .\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 | 2 | .\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Nils Larsch <nils@openssl.org>. | 4 | .\" This file was written by Nils Larsch <nils@openssl.org>. |
@@ -329,5 +329,9 @@ and | |||
329 | .Fn BN_BLINDING_create_param | 329 | .Fn BN_BLINDING_create_param |
330 | first appeared in OpenSSL 0.9.8 and have been available since | 330 | first appeared in OpenSSL 0.9.8 and have been available since |
331 | .Ox 4.5 . | 331 | .Ox 4.5 . |
332 | .Pp | ||
333 | .Fn BN_BLINDING_thread_id | ||
334 | first appeared in OpenSSL 1.0.0 and has been available since | ||
335 | .Ox 4.9 . | ||
332 | .Sh AUTHORS | 336 | .Sh AUTHORS |
333 | .An Nils Larsch Aq Mt nils@openssl.org | 337 | .An Nils Larsch Aq Mt nils@openssl.org |