diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/asn1/x_attrib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/x_attrib.c b/src/lib/libcrypto/asn1/x_attrib.c index a40edc1f1d..47b5afd95d 100644 --- a/src/lib/libcrypto/asn1/x_attrib.c +++ b/src/lib/libcrypto/asn1/x_attrib.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: x_attrib.c,v 1.15 2021/11/01 20:53:08 tb Exp $ */ | 1 | /* $OpenBSD: x_attrib.c,v 1.16 2021/12/25 13:17:48 jsing Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -194,7 +194,7 @@ X509_ATTRIBUTE_create(int nid, int atrtype, void *value) | |||
| 194 | ASN1_TYPE_set(val, atrtype, value); | 194 | ASN1_TYPE_set(val, atrtype, value); |
| 195 | return (ret); | 195 | return (ret); |
| 196 | 196 | ||
| 197 | err: | 197 | err: |
| 198 | if (ret != NULL) | 198 | if (ret != NULL) |
| 199 | X509_ATTRIBUTE_free(ret); | 199 | X509_ATTRIBUTE_free(ret); |
| 200 | if (val != NULL) | 200 | if (val != NULL) |
