#include <openssl/mem.h>#include <openssl/obj.h>#include <openssl/x509.h>#include <openssl/x509v3.h>#include "internal.h"
Go to the source code of this file.
Functions | |
| void | policy_data_free (X509_POLICY_DATA *data) |
| X509_POLICY_DATA * | policy_data_new (POLICYINFO *policy, const ASN1_OBJECT *cid, int crit) |
| void policy_data_free | ( | X509_POLICY_DATA * | data | ) |
Definition at line 69 of file pcy_data.c.
| X509_POLICY_DATA* policy_data_new | ( | POLICYINFO * | policy, |
| const ASN1_OBJECT * | cid, | ||
| int | crit | ||
| ) |
Definition at line 87 of file pcy_data.c.