diff options
Diffstat (limited to 'lib/libcrypto/man/engine.3')
-rw-r--r-- | lib/libcrypto/man/engine.3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libcrypto/man/engine.3 b/lib/libcrypto/man/engine.3 index 59fdf0748d0..d0b83d77453 100644 --- a/lib/libcrypto/man/engine.3 +++ b/lib/libcrypto/man/engine.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: engine.3,v 1.12 2018/02/16 18:38:51 schwarze Exp $ +.\" $OpenBSD: engine.3,v 1.13 2018/03/22 21:08:22 schwarze Exp $ .\" full merge up to: OpenSSL crypto/engine e6390aca Jul 21 10:06:03 2015 -0400 .\" selective merge up to: man3/ENGINE_add 1f13ad31 Dec 25 17:50:39 2017 +0800 .\" @@ -51,7 +51,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 16 2018 $ +.Dd $Mdocdate: March 22 2018 $ .Dt ENGINE 3 .Os .Sh NAME @@ -1418,3 +1418,7 @@ if an error occurred. .Xr ENGINE_add_conf_module 3 , .Xr ENGINE_set_ex_data 3 , .Xr RSA_new 3 +.Sh HISTORY +The engine API first appeared in OpenSSL 0.9.7 +and has been available since +.Ox 3.2 . |