NAME
DSASIGnew, DSASIGfree - allocate and free DSA signature objects
SYNOPSIS
#include
DSASIG *DSASIGnew(void); void DSASIGfree(DSASIG *a);DESCRIPTION
DSASIGnew() allocates and initializes a DDSSAASSIIGG structure. DSASIGfree() frees the DDSSAASSIIGG structure and its components. The values are erased before the memory is returned to the system.RETURN VALUES
If the allocation fails, DSASIGnew() returns NNUULLLL and sets an error code that can be obtained by ERRgeterror(3). Otherwise it returns a pointer to the newly allocated structure. DSASIGfree() returns no value.SEE ALSO
dsa(3), ERRgeterror(3), DSAdosign(3) HISTORY DSASIGnew() and DSASIGfree() were added in OpenSSL 0.9.3.0.9.7l 2002-09-25 DSASIGnew(3)