1=pod 2 3=head1 NAME 4 5OSSL_IETF_ATTR_SYNTAX_print - OSSL_IETF_ATTR_SYNTAX printing 6 7=head1 SYNOPSIS 8 9 #include <openssl/x509_acert.h> 10 11 int OSSL_IETF_ATTR_SYNTAX_print(BIO *bp, OSSL_IETF_ATTR_SYNTAX *a, 12 int indent); 13 14=head1 DESCRIPTION 15 16OSSL_IETF_ATTR_SYNTAX_print() prints a human readable version of I<a> to 17BIO I<bp>. 18Each line of the output is indented by I<indent> spaces. 19 20=head1 RETURN VALUES 21 22OSSL_IETF_ATTR_SYNTAX_print() return 1 on success or 0 on failure. 23 24=head1 SEE ALSO 25 26L<ASN1_STRING_print_ex(3)> 27 28=head1 HISTORY 29 30OSSL_IETF_ATTR_SYNTAX_print() was added in OpenSSL 3.4. 31 32=head1 COPYRIGHT 33 34Copyright 2021-2024 The OpenSSL Project Authors. All Rights Reserved. 35 36Licensed under the Apache License 2.0 (the "License"). You may not use 37this file except in compliance with the License. You can obtain a copy 38in the file LICENSE in the source distribution or at 39L<https://www.openssl.org/source/license.html>. 40 41=cut 42