diff options
| author | tb <> | 2025-05-10 05:54:39 +0000 |
|---|---|---|
| committer | tb <> | 2025-05-10 05:54:39 +0000 |
| commit | 41e8f99dd1625a9f0c80ce9d4383e95b18e85709 (patch) | |
| tree | 70b02845e44482dbe558f0dc5d503c5d977aa73d /src/lib/libcrypto/asn1/a_strnid.c | |
| parent | f1cb2042ed58c0f2125c881f6786e4e3580203e7 (diff) | |
| download | openbsd-41e8f99dd1625a9f0c80ce9d4383e95b18e85709.tar.gz openbsd-41e8f99dd1625a9f0c80ce9d4383e95b18e85709.tar.bz2 openbsd-41e8f99dd1625a9f0c80ce9d4383e95b18e85709.zip | |
Use err_local.h rather than err.h in most places
ok jsing
Diffstat (limited to 'src/lib/libcrypto/asn1/a_strnid.c')
| -rw-r--r-- | src/lib/libcrypto/asn1/a_strnid.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/a_strnid.c b/src/lib/libcrypto/asn1/a_strnid.c index 5fa60b9ce7..3519d6725d 100644 --- a/src/lib/libcrypto/asn1/a_strnid.c +++ b/src/lib/libcrypto/asn1/a_strnid.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: a_strnid.c,v 1.31 2024/03/02 08:54:02 tb Exp $ */ | 1 | /* $OpenBSD: a_strnid.c,v 1.32 2025/05/10 05:54:38 tb 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 1999. | 3 | * project 1999. |
| 4 | */ | 4 | */ |
| @@ -62,7 +62,6 @@ | |||
| 62 | #include <string.h> | 62 | #include <string.h> |
| 63 | 63 | ||
| 64 | #include <openssl/asn1.h> | 64 | #include <openssl/asn1.h> |
| 65 | #include <openssl/err.h> | ||
| 66 | #include <openssl/objects.h> | 65 | #include <openssl/objects.h> |
| 67 | 66 | ||
| 68 | /* | 67 | /* |
