diff options
| author | tb <> | 2024-11-05 09:35:40 +0000 |
|---|---|---|
| committer | tb <> | 2024-11-05 09:35:40 +0000 |
| commit | c2524247aca69c609c97775f05ea83457f5865f4 (patch) | |
| tree | 53d245baf97d8ca405f7b20b088f59c7c0eed5d3 /src/lib/libcrypto/x509/x509_def.c | |
| parent | f9d813f0a3ab0ca598717d6f635a6c8acb5cec1a (diff) | |
| download | openbsd-c2524247aca69c609c97775f05ea83457f5865f4.tar.gz openbsd-c2524247aca69c609c97775f05ea83457f5865f4.tar.bz2 openbsd-c2524247aca69c609c97775f05ea83457f5865f4.zip | |
Move cryptlib.h to crypto_local.h
discussed with jsing
Diffstat (limited to 'src/lib/libcrypto/x509/x509_def.c')
| -rw-r--r-- | src/lib/libcrypto/x509/x509_def.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509_def.c b/src/lib/libcrypto/x509/x509_def.c index 42bdb9bc6a..f9b395c206 100644 --- a/src/lib/libcrypto/x509/x509_def.c +++ b/src/lib/libcrypto/x509/x509_def.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: x509_def.c,v 1.9 2024/11/01 18:36:30 tb Exp $ */ | 1 | /* $OpenBSD: x509_def.c,v 1.10 2024/11/05 09:35:40 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 | * |
| @@ -58,7 +58,7 @@ | |||
| 58 | 58 | ||
| 59 | #include <openssl/x509.h> | 59 | #include <openssl/x509.h> |
| 60 | 60 | ||
| 61 | #include "cryptlib.h" | 61 | #include "crypto_local.h" |
| 62 | 62 | ||
| 63 | const char * | 63 | const char * |
| 64 | X509_get_default_private_dir(void) | 64 | X509_get_default_private_dir(void) |
