diff options
author | 2018-03-21 07:10:48 +0000 | |
---|---|---|
committer | 2018-03-21 07:10:48 +0000 | |
commit | ce75455748021f02caa839adc6979aaba635472f (patch) | |
tree | a50e30a66e31b1918900efed1f9670713cd0d614 | |
parent | hmac.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git (diff) | |
download | wireguard-openbsd-ce75455748021f02caa839adc6979aaba635472f.tar.xz wireguard-openbsd-ce75455748021f02caa839adc6979aaba635472f.zip |
objects.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git
-rw-r--r-- | lib/libcrypto/man/OBJ_nid2obj.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcrypto/man/OBJ_nid2obj.3 b/lib/libcrypto/man/OBJ_nid2obj.3 index 02f94b99d3c..77c7468e065 100644 --- a/lib/libcrypto/man/OBJ_nid2obj.3 +++ b/lib/libcrypto/man/OBJ_nid2obj.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: OBJ_nid2obj.3,v 1.7 2018/03/21 05:43:56 schwarze Exp $ +.\" $OpenBSD: OBJ_nid2obj.3,v 1.8 2018/03/21 07:10:48 schwarze Exp $ .\" OpenSSL c264592d May 14 11:28:00 2006 +0000 .\" .\" This file is a derived work. @@ -382,6 +382,8 @@ obj = OBJ_txt2obj("1.2.3.4", 1); and .Fn OBJ_cleanup appeared in SSLeay 0.8.1b or earlier. +.Fn OBJ_create +and .Fn i2t_ASN1_OBJECT first appeared in SSLeay 0.9.0. All these functions have been available since |