Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
DSA_new, DSA_up_ref, DSA_free — allocate and free DSA objectsSYNOPSIS
#include <openssl/dsa.h>DSA_new(void);
DSA_up_ref(DSA *dsa);
DSA_free(DSA *dsa);