=head1 SYNOPSIS #include <openssl/dsa.h> int DSA_size(DSA *dsa);=head1 DESCRIPTIONThis function returns the size of an ASN.1 encoded DSA signature inbytes. It can be used to determine how much memory must be allocatedfor a DSA signature.B<dsa-E<gt>q> must not be B<NULL>.=head1 RETURN VALUEThe size in bytes.=head1 SEE ALSOL<dsa(3)|dsa(3)>, L<DSA_sign(3)|DSA_sign(3)>=head1 HISTORYDSA_size() is available in all versions of SSLeay and OpenSSL.=cut