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
ASN1_BIT_STRING_set, ASN1_BIT_STRING_set_bit, ASN1_BIT_STRING_get_bit — ASN.1 BIT STRING accessorsSYNOPSIS
#include <openssl/asn1.h>ASN1_BIT_STRING_set(ASN1_BIT_STRING *bitstr, unsigned char *data, int len);
ASN1_BIT_STRING_set_bit(ASN1_BIT_STRING *bitstr, int bitnumber, int set);
ASN1_BIT_STRING_get_bit(ASN1_BIT_STRING *bitstr, int bitnumber);