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/cversion.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/cversion.c')
-rw-r--r-- | src/lib/libcrypto/cversion.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/cversion.c b/src/lib/libcrypto/cversion.c index b29932027a..2992bd2e05 100644 --- a/src/lib/libcrypto/cversion.c +++ b/src/lib/libcrypto/cversion.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: cversion.c,v 1.20 2024/11/01 18:36:29 tb Exp $ */ | 1 | /* $OpenBSD: cversion.c,v 1.21 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 | * |
@@ -59,7 +59,7 @@ | |||
59 | #include <openssl/crypto.h> | 59 | #include <openssl/crypto.h> |
60 | #include <openssl/opensslv.h> | 60 | #include <openssl/opensslv.h> |
61 | 61 | ||
62 | #include "cryptlib.h" | 62 | #include "crypto_local.h" |
63 | 63 | ||
64 | const char * | 64 | const char * |
65 | SSLeay_version(int t) | 65 | SSLeay_version(int t) |