Don't exclude quite so much in a no-sock build
[openssl.git] / doc / man3 / ASN1_STRING_TABLE_add.pod
index e1786bf085c61fb13b3d1c75507ab3a080af8dcd..f7b65fc23e3d2360bc81e7dbc9be88d4cbdf8456 100644 (file)
@@ -26,16 +26,16 @@ B<ASN1_STRING_TABLE> is a table which holds string information
 =head2 Functions
 
 ASN1_STRING_TABLE_add() adds a new B<ASN1_STRING_TABLE> item into the
-local ASN1 string table based on the B<nid> along with other parameters.
+local ASN1 string table based on the I<nid> along with other parameters.
 
 If the item is already in the table, fields of B<ASN1_STRING_TABLE> are
-updated (depending on the values of those parameters, e.g., B<minsize>
-and B<maxsize> >= 0, B<mask> and B<flags> != 0). If the B<nid> is standard,
+updated (depending on the values of those parameters, e.g., I<minsize>
+and I<maxsize> >= 0, I<mask> and I<flags> != 0). If the I<nid> is standard,
 a copy of the standard B<ASN1_STRING_TABLE> is created and updated with
 other parameters.
 
 ASN1_STRING_TABLE_get() searches for an B<ASN1_STRING_TABLE> item based
-on B<nid>. It will search the local table first, then the standard one.
+on I<nid>. It will search the local table first, then the standard one.
 
 ASN1_STRING_TABLE_cleanup() frees all B<ASN1_STRING_TABLE> items added
 by ASN1_STRING_TABLE_add().
@@ -45,7 +45,7 @@ by ASN1_STRING_TABLE_add().
 ASN1_STRING_TABLE_add() returns 1 on success, 0 if an error occurred.
 
 ASN1_STRING_TABLE_get() returns a valid B<ASN1_STRING_TABLE> structure
-or B<NULL> if nothing is found.
+or NULL if nothing is found.
 
 ASN1_STRING_TABLE_cleanup() does not return a value.
 
@@ -57,7 +57,7 @@ L<ERR_get_error(3)>
 
 Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
 
-Licensed under the OpenSSL license (the "License").  You may not use
+Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
 in the file LICENSE in the source distribution or at
 L<https://www.openssl.org/source/license.html>.