diff options
author | tb <> | 2024-11-05 09:35:40 +0000 |
---|---|---|
committer | tb <> | 2024-11-05 09:35:40 +0000 |
commit | 542bf25f93f81841d2819e26fc732c46b7adb261 (patch) | |
tree | 53d245baf97d8ca405f7b20b088f59c7c0eed5d3 /src/lib/libcrypto/x509/x509_def.c | |
parent | a8ec14250509d225ed04d2f875ffba9d1d219856 (diff) | |
download | openbsd-542bf25f93f81841d2819e26fc732c46b7adb261.tar.gz openbsd-542bf25f93f81841d2819e26fc732c46b7adb261.tar.bz2 openbsd-542bf25f93f81841d2819e26fc732c46b7adb261.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) |