diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/ec/eck_prn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/eck_prn.c b/src/lib/libcrypto/ec/eck_prn.c index c40a64966a..ed5fdce9c1 100644 --- a/src/lib/libcrypto/ec/eck_prn.c +++ b/src/lib/libcrypto/ec/eck_prn.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: eck_prn.c,v 1.41 2025/01/25 10:30:17 tb Exp $ */ | 1 | /* $OpenBSD: eck_prn.c,v 1.42 2025/05/10 05:54:38 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Written by Nils Larsch for the OpenSSL project. | 3 | * Written by Nils Larsch for the OpenSSL project. |
4 | */ | 4 | */ |
@@ -66,12 +66,12 @@ | |||
66 | #include <openssl/bio.h> | 66 | #include <openssl/bio.h> |
67 | #include <openssl/bn.h> | 67 | #include <openssl/bn.h> |
68 | #include <openssl/ec.h> | 68 | #include <openssl/ec.h> |
69 | #include <openssl/err.h> | ||
70 | #include <openssl/evp.h> | 69 | #include <openssl/evp.h> |
71 | #include <openssl/objects.h> | 70 | #include <openssl/objects.h> |
72 | 71 | ||
73 | #include "bn_local.h" | 72 | #include "bn_local.h" |
74 | #include "ec_local.h" | 73 | #include "ec_local.h" |
74 | #include "err_local.h" | ||
75 | 75 | ||
76 | int | 76 | int |
77 | EC_KEY_print(BIO *bio, const EC_KEY *ec_key, int off) | 77 | EC_KEY_print(BIO *bio, const EC_KEY *ec_key, int off) |