diff options
Diffstat (limited to 'crypto/openssl/crypto/x509/pcy_data.c')
| -rw-r--r-- | crypto/openssl/crypto/x509/pcy_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/x509/pcy_data.c b/crypto/openssl/crypto/x509/pcy_data.c index 8e8b91a78135..dda2ed2a534d 100644 --- a/crypto/openssl/crypto/x509/pcy_data.c +++ b/crypto/openssl/crypto/x509/pcy_data.c @@ -36,7 +36,7 @@ void ossl_policy_data_free(X509_POLICY_DATA *data) */ X509_POLICY_DATA *ossl_policy_data_new(POLICYINFO *policy, - const ASN1_OBJECT *cid, int crit) + const ASN1_OBJECT *cid, int crit) { X509_POLICY_DATA *ret; ASN1_OBJECT *id; |
