diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/x_long.c')
-rw-r--r-- | src/lib/libcrypto/asn1/x_long.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/x_long.c b/src/lib/libcrypto/asn1/x_long.c index 01a0811e7e..5e673f4521 100644 --- a/src/lib/libcrypto/asn1/x_long.c +++ b/src/lib/libcrypto/asn1/x_long.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x_long.c,v 1.20 2024/05/17 02:49:21 tb Exp $ */ | 1 | /* $OpenBSD: x_long.c,v 1.21 2024/07/08 16:24:22 beck Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project 2000. | 3 | * project 2000. |
4 | */ | 4 | */ |
@@ -101,6 +101,7 @@ const ASN1_ITEM LONG_it = { | |||
101 | .size = ASN1_LONG_UNDEF, | 101 | .size = ASN1_LONG_UNDEF, |
102 | .sname = "LONG", | 102 | .sname = "LONG", |
103 | }; | 103 | }; |
104 | LCRYPTO_ALIAS(LONG_it); | ||
104 | 105 | ||
105 | const ASN1_ITEM ZLONG_it = { | 106 | const ASN1_ITEM ZLONG_it = { |
106 | .itype = ASN1_ITYPE_PRIMITIVE, | 107 | .itype = ASN1_ITYPE_PRIMITIVE, |
@@ -111,6 +112,7 @@ const ASN1_ITEM ZLONG_it = { | |||
111 | .size = 0, | 112 | .size = 0, |
112 | .sname = "ZLONG", | 113 | .sname = "ZLONG", |
113 | }; | 114 | }; |
115 | LCRYPTO_ALIAS(ZLONG_it); | ||
114 | 116 | ||
115 | static void | 117 | static void |
116 | long_get(ASN1_VALUE **pval, long *out_val) | 118 | long_get(ASN1_VALUE **pval, long *out_val) |