X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=doc%2Fman3%2FBIO_get_data.pod;h=aeb6b1c7e9bab7e16c149d722dd64b606dc85328;hb=7525c930304c7814b3176d0724f271d2bbb1a09e;hp=c3137c4c55882a0021c5071dac50c16c242a0f7b;hpb=e90fc053c33a2241004451cfdeecfbf3cbdeb728;p=openssl.git diff --git a/doc/man3/BIO_get_data.pod b/doc/man3/BIO_get_data.pod index c3137c4c55..aeb6b1c7e9 100644 --- a/doc/man3/BIO_get_data.pod +++ b/doc/man3/BIO_get_data.pod @@ -25,7 +25,7 @@ the BIO. This data can subsequently be retrieved via a call to BIO_get_data(). This can be used by custom BIOs for storing implementation specific information. The BIO_set_init() function sets the value of the BIO's "init" flag to indicate -whether initialisation has been completed for this BIO or not. A non-zero value +whether initialisation has been completed for this BIO or not. A nonzero value indicates that initialisation is complete, whilst zero indicates that it is not. Often initialisation will complete during initial construction of the BIO. For some BIOs however, initialisation may not complete until after additional steps @@ -47,7 +47,7 @@ BIO_get_shutdown() returns the stat of the BIO's shutdown (i.e. BIO_CLOSE) flag. =head1 SEE ALSO -L, L +L, L =head1 HISTORY @@ -57,7 +57,7 @@ The functions described here were added in OpenSSL 1.1.0. Copyright 2016 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.