diff options
Diffstat (limited to 'src/lib/libcrypto/x509v3/v3_bcons.c')
-rw-r--r-- | src/lib/libcrypto/x509v3/v3_bcons.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509v3/v3_bcons.c b/src/lib/libcrypto/x509v3/v3_bcons.c index de2f855c35..1e3edc205f 100644 --- a/src/lib/libcrypto/x509v3/v3_bcons.c +++ b/src/lib/libcrypto/x509v3/v3_bcons.c | |||
@@ -122,8 +122,8 @@ BASIC_CONSTRAINTS *d2i_BASIC_CONSTRAINTS(BASIC_CONSTRAINTS **a, | |||
122 | void BASIC_CONSTRAINTS_free(BASIC_CONSTRAINTS *a) | 122 | void BASIC_CONSTRAINTS_free(BASIC_CONSTRAINTS *a) |
123 | { | 123 | { |
124 | if (a == NULL) return; | 124 | if (a == NULL) return; |
125 | ASN1_INTEGER_free (a->pathlen); | 125 | M_ASN1_INTEGER_free (a->pathlen); |
126 | Free ((char *)a); | 126 | Free (a); |
127 | } | 127 | } |
128 | 128 | ||
129 | static STACK_OF(CONF_VALUE) *i2v_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method, | 129 | static STACK_OF(CONF_VALUE) *i2v_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method, |