shatanyumi
Results
2
issues of
shatanyumi
typedef enum X509_CRLReason { X509_cr_unspecified = 0, X509_cr_key_compromise, X509_cr_ca_compromise, X509_cr_affiliation_changed, X509_cr_superseded, X509_cr_cessation_of_operation, X509_cr_certificate_hold, X509_cr_7_not_assigned = 7, X509_cr_remove_from_crl, X509_cr_privilege_withdrawn, X509_cr_aa_compromise, } CRL_REASON; const char *crl_reason_text(int reason) { switch (reason) { case...
Part2: install the Quagga, the project's web site is 404