diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/dh/dh_pmeth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/dh/dh_pmeth.c b/src/lib/libcrypto/dh/dh_pmeth.c index 1e5327b11f..18517b0cde 100644 --- a/src/lib/libcrypto/dh/dh_pmeth.c +++ b/src/lib/libcrypto/dh/dh_pmeth.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dh_pmeth.c,v 1.17 2024/08/26 22:00:47 op Exp $ */ | 1 | /* $OpenBSD: dh_pmeth.c,v 1.18 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 2006. | 3 | * project 2006. |
4 | */ | 4 | */ |
@@ -64,12 +64,12 @@ | |||
64 | #include <openssl/asn1t.h> | 64 | #include <openssl/asn1t.h> |
65 | #include <openssl/bn.h> | 65 | #include <openssl/bn.h> |
66 | #include <openssl/dh.h> | 66 | #include <openssl/dh.h> |
67 | #include <openssl/err.h> | ||
68 | #include <openssl/evp.h> | 67 | #include <openssl/evp.h> |
69 | #include <openssl/x509.h> | 68 | #include <openssl/x509.h> |
70 | 69 | ||
71 | #include "bn_local.h" | 70 | #include "bn_local.h" |
72 | #include "dh_local.h" | 71 | #include "dh_local.h" |
72 | #include "err_local.h" | ||
73 | #include "evp_local.h" | 73 | #include "evp_local.h" |
74 | 74 | ||
75 | /* DH pkey context structure */ | 75 | /* DH pkey context structure */ |