Changeset 94082 in vbox for trunk/src/libs/openssl-3.0.1/doc/man3/ASN1_STRING_new.pod
- Timestamp:
- Mar 3, 2022 7:17:34 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150325
- Location:
- trunk/src/libs/openssl-3.0.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/openssl-3.0.1
- Property svn:mergeinfo
-
old new 12 12 /vendor/openssl/1.1.1c:131722-131725 13 13 /vendor/openssl/1.1.1k:145841-145843 14 /vendor/openssl/3.0.1:150323-150324 15 /vendor/openssl/current:147554-150322
-
- Property svn:mergeinfo
-
trunk/src/libs/openssl-3.0.1/doc/man3/ASN1_STRING_new.pod
r91772 r94082 10 10 #include <openssl/asn1.h> 11 11 12 ASN1_STRING * 13 ASN1_STRING * 12 ASN1_STRING *ASN1_STRING_new(void); 13 ASN1_STRING *ASN1_STRING_type_new(int type); 14 14 void ASN1_STRING_free(ASN1_STRING *a); 15 15 … … 20 20 21 21 ASN1_STRING_type_new() returns an allocated B<ASN1_STRING> structure of 22 type B<type>.22 type I<type>. 23 23 24 ASN1_STRING_free() frees up B<a>.25 If B<a> is NULL nothing is done.24 ASN1_STRING_free() frees up I<a>. 25 If I<a> is NULL nothing is done. 26 26 27 27 =head1 NOTES … … 33 33 34 34 ASN1_STRING_new() and ASN1_STRING_type_new() return a valid 35 ASN1_STRING structure or B<NULL>if an error occurred.35 B<ASN1_STRING> structure or NULL if an error occurred. 36 36 37 37 ASN1_STRING_free() does not return a value. … … 43 43 =head1 COPYRIGHT 44 44 45 Copyright 2002-20 16The OpenSSL Project Authors. All Rights Reserved.45 Copyright 2002-2020 The OpenSSL Project Authors. All Rights Reserved. 46 46 47 Licensed under the OpenSSL license(the "License"). You may not use47 Licensed under the Apache License 2.0 (the "License"). You may not use 48 48 this file except in compliance with the License. You can obtain a copy 49 49 in the file LICENSE in the source distribution or at
Note:
See TracChangeset
for help on using the changeset viewer.