diff options
-rw-r--r-- | src/lib/libcrypto/ecdsa/ecs_err.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ecdsa/ecs_err.c b/src/lib/libcrypto/ecdsa/ecs_err.c index 9c5a546746..ac8850dba5 100644 --- a/src/lib/libcrypto/ecdsa/ecs_err.c +++ b/src/lib/libcrypto/ecdsa/ecs_err.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ecs_err.c,v 1.5 2017/01/29 17:49:23 beck Exp $ */ | 1 | /* $OpenBSD: ecs_err.c,v 1.6 2022/01/27 20:31:21 tb Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
@@ -62,8 +62,8 @@ | |||
62 | 62 | ||
63 | #include <openssl/opensslconf.h> | 63 | #include <openssl/opensslconf.h> |
64 | 64 | ||
65 | #include <openssl/err.h> | ||
66 | #include <openssl/ecdsa.h> | 65 | #include <openssl/ecdsa.h> |
66 | #include <openssl/err.h> | ||
67 | 67 | ||
68 | /* BEGIN ERROR CODES */ | 68 | /* BEGIN ERROR CODES */ |
69 | #ifndef OPENSSL_NO_ERR | 69 | #ifndef OPENSSL_NO_ERR |