summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ASN1_INTEGER_get.3
diff options
context:
space:
mode:
authorschwarze <>2019-06-06 01:06:59 +0000
committerschwarze <>2019-06-06 01:06:59 +0000
commit73fea5ffb44d03ccada5456dd77c78c652913272 (patch)
tree4c3063e0f18ec3090d09c0b1174b8c2760e32d6e /src/lib/libcrypto/man/ASN1_INTEGER_get.3
parent47eafa9f3ab473cf14319312cf30f3c8400f0b78 (diff)
downloadopenbsd-73fea5ffb44d03ccada5456dd77c78c652913272.tar.gz
openbsd-73fea5ffb44d03ccada5456dd77c78c652913272.tar.bz2
openbsd-73fea5ffb44d03ccada5456dd77c78c652913272.zip
Tree structure for manual pages: crypto(3) links to 33 function
group pages, and these link on to all their second-level subpages. Only a handful of second-level pages have third-level subpages. So all crypto pages can now be reached from the www.libressl.org frontpage via at most four clicks, in most cases three clicks. Also link back from leaf pages to their respective group pages and add a couple of additional links between related pages. Triggered by a question from deraadt@. OK jmc@ tb@
Diffstat (limited to 'src/lib/libcrypto/man/ASN1_INTEGER_get.3')
-rw-r--r--src/lib/libcrypto/man/ASN1_INTEGER_get.36
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/ASN1_INTEGER_get.3 b/src/lib/libcrypto/man/ASN1_INTEGER_get.3
index e3585b4088..ec744b5cdc 100644
--- a/src/lib/libcrypto/man/ASN1_INTEGER_get.3
+++ b/src/lib/libcrypto/man/ASN1_INTEGER_get.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ASN1_INTEGER_get.3,v 1.1 2018/07/08 23:00:17 schwarze Exp $ 1.\" $OpenBSD: ASN1_INTEGER_get.3,v 1.2 2019/06/06 01:06:58 schwarze Exp $
2.\" selective merge up to: 2.\" selective merge up to:
3.\" OpenSSL man3/ASN1_INTEGER_get_int64 eaf39a9f Jun 23 10:24:00 2018 +0200 3.\" OpenSSL man3/ASN1_INTEGER_get_int64 eaf39a9f Jun 23 10:24:00 2018 +0200
4.\" 4.\"
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: July 8 2018 $ 52.Dd $Mdocdate: June 6 2019 $
53.Dt ASN1_INTEGER_GET 3 53.Dt ASN1_INTEGER_GET 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -204,6 +204,8 @@ object of
204if an error occurs. 204if an error occurs.
205They can fail if the passed type is incorrect (due to a programming error) 205They can fail if the passed type is incorrect (due to a programming error)
206or due to memory allocation failures. 206or due to memory allocation failures.
207.Sh SEE ALSO
208.Xr ASN1_INTEGER_new 3
207.Sh HISTORY 209.Sh HISTORY
208.Fn ASN1_INTEGER_set 210.Fn ASN1_INTEGER_set
209first appeared in SSLeay 0.5.1. 211first appeared in SSLeay 0.5.1.