summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/x_sig.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/asn1/x_sig.c')
-rw-r--r--src/lib/libcrypto/asn1/x_sig.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/x_sig.c b/src/lib/libcrypto/asn1/x_sig.c
index 5148b5a222..be28e9722b 100644
--- a/src/lib/libcrypto/asn1/x_sig.c
+++ b/src/lib/libcrypto/asn1/x_sig.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x_sig.c,v 1.17 2024/04/09 13:55:02 beck Exp $ */ 1/* $OpenBSD: x_sig.c,v 1.18 2024/07/08 14:48:49 beck 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 *
@@ -84,6 +84,7 @@ const ASN1_ITEM X509_SIG_it = {
84 .size = sizeof(X509_SIG), 84 .size = sizeof(X509_SIG),
85 .sname = "X509_SIG", 85 .sname = "X509_SIG",
86}; 86};
87LCRYPTO_ALIAS(X509_SIG_it);
87 88
88 89
89X509_SIG * 90X509_SIG *