diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/asn1/a_type.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/a_type.c b/src/lib/libcrypto/asn1/a_type.c index 684321756f..a382cd71d3 100644 --- a/src/lib/libcrypto/asn1/a_type.c +++ b/src/lib/libcrypto/asn1/a_type.c  | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: a_type.c,v 1.24 2023/03/10 09:56:09 tb Exp $ */ | 1 | /* $OpenBSD: a_type.c,v 1.25 2023/03/11 14:05:02 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 | * | 
| @@ -105,7 +105,7 @@ int | |||
| 105 | ASN1_TYPE_get(const ASN1_TYPE *a) | 105 | ASN1_TYPE_get(const ASN1_TYPE *a) | 
| 106 | { | 106 | { | 
| 107 | /* Special non-pointer types. */ | 107 | /* Special non-pointer types. */ | 
| 108 | if (a->type == V_ASN1_BOOLEAN || a->type == V_ASN1_NULL ) | 108 | if (a->type == V_ASN1_BOOLEAN || a->type == V_ASN1_NULL) | 
| 109 | return a->type; | 109 | return a->type; | 
| 110 | 110 | ||
| 111 | if (a->value.ptr != NULL) | 111 | if (a->value.ptr != NULL) | 
