VirtualBox

source: vbox/trunk/src/libs/openssl-3.0.2/doc/man3/ASN1_INTEGER_new.pod@ 94552

Last change on this file since 94552 was 94320, checked in by vboxsync, 3 years ago

libs/openssl-3.0.1: Export to OSE and fix copyright headers in Makefiles, bugref:10128

File size: 987 bytes
Line 
1=pod
2
3=head1 NAME
4
5ASN1_INTEGER_new, ASN1_INTEGER_free - ASN1_INTEGER allocation functions
6
7=head1 SYNOPSIS
8
9=for openssl generic
10
11 #include <openssl/asn1.h>
12
13 ASN1_INTEGER *ASN1_INTEGER_new(void);
14 void ASN1_INTEGER_free(ASN1_INTEGER *a);
15
16=head1 DESCRIPTION
17
18ASN1_INTEGER_new() returns an allocated B<ASN1_INTEGER> structure.
19
20ASN1_INTEGER_free() frees up a single B<ASN1_INTEGER> object.
21
22B<ASN1_INTEGER> structure representing the ASN.1 INTEGER type
23
24=head1 RETURN VALUES
25
26ASN1_INTEGER_new() return a valid B<ASN1_INTEGER> structure or NULL
27if an error occurred.
28
29ASN1_INTEGER_free() does not return a value.
30
31=head1 SEE ALSO
32
33L<ERR_get_error(3)>
34
35=head1 COPYRIGHT
36
37Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
38
39Licensed under the Apache License 2.0 (the "License"). You may not use
40this file except in compliance with the License. You can obtain a copy
41in the file LICENSE in the source distribution or at
42L<https://www.openssl.org/source/license.html>.
43
44=cut
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette