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/pem/pem_oth.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/pem/pem_oth.c')
| -rw-r--r-- | src/lib/libcrypto/pem/pem_oth.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/pem/pem_oth.c b/src/lib/libcrypto/pem/pem_oth.c index 2dca978efd..d466179ad7 100644 --- a/src/lib/libcrypto/pem/pem_oth.c +++ b/src/lib/libcrypto/pem/pem_oth.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: pem_oth.c,v 1.9 2023/07/07 13:40:44 beck Exp $ */ | 1 | /* $OpenBSD: pem_oth.c,v 1.10 2025/05/10 05:54:38 tb 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 | * |
| @@ -59,12 +59,13 @@ | |||
| 59 | #include <stdio.h> | 59 | #include <stdio.h> |
| 60 | 60 | ||
| 61 | #include <openssl/buffer.h> | 61 | #include <openssl/buffer.h> |
| 62 | #include <openssl/err.h> | ||
| 63 | #include <openssl/evp.h> | 62 | #include <openssl/evp.h> |
| 64 | #include <openssl/objects.h> | 63 | #include <openssl/objects.h> |
| 65 | #include <openssl/pem.h> | 64 | #include <openssl/pem.h> |
| 66 | #include <openssl/x509.h> | 65 | #include <openssl/x509.h> |
| 67 | 66 | ||
| 67 | #include "err_local.h" | ||
| 68 | |||
| 68 | /* Handle 'other' PEMs: not private keys */ | 69 | /* Handle 'other' PEMs: not private keys */ |
| 69 | 70 | ||
| 70 | void * | 71 | void * |
