NAME
DSAsize - get DSA signature size
SYNOPSIS
#include
int DSAsize(const DSA *dsa);DESCRIPTION
This function returns the size of an ASN.1 encoded DSA signature in bytes. It can be used to determine how much memory must be allocated for a DSA signature.ddssaa->>qq must not be NNUULLLL.
RREETTUURRNN VVAALLUUEE The size in bytes.SEE ALSO
dsa(3), DSAsign(3) HISTORY DSAsize() is available in all versions of SSLeay and OpenSSL.0.9.7l 2002-08-05 DSAsize(3)