diff options
| author | beck <> | 2024-07-08 14:48:49 +0000 |
|---|---|---|
| committer | beck <> | 2024-07-08 14:48:49 +0000 |
| commit | 9a732a41e0808c62eeb1a6e3c25ac9e2d2ea50c6 (patch) | |
| tree | 9347710085dc07c087732b946f0501fd09a5895c /src/lib/libcrypto/asn1/x_sig.c | |
| parent | 3d623b4bf9eda332661052e9afc3194c371e00c2 (diff) | |
| download | openbsd-9a732a41e0808c62eeb1a6e3c25ac9e2d2ea50c6.tar.gz openbsd-9a732a41e0808c62eeb1a6e3c25ac9e2d2ea50c6.tar.bz2 openbsd-9a732a41e0808c62eeb1a6e3c25ac9e2d2ea50c6.zip | |
Hide global _it variables in x509.h
ok tb@
Diffstat (limited to 'src/lib/libcrypto/asn1/x_sig.c')
| -rw-r--r-- | src/lib/libcrypto/asn1/x_sig.c | 3 |
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 | }; |
| 87 | LCRYPTO_ALIAS(X509_SIG_it); | ||
| 87 | 88 | ||
| 88 | 89 | ||
| 89 | X509_SIG * | 90 | X509_SIG * |
