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_SIG_new, DSA_SIG_free, DSA_SIG_get0, DSA_SIG_set0 — manipulate DSA signature objectsSYNOPSIS
#include <openssl/dsa.h>DSA_SIG_new(void);
DSA_SIG_free(DSA_SIG *sig);
DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **r, const BIGNUM **s);
DSA_SIG_set0(DSA_SIG *sig, BIGNUM *r, BIGNUM *s);