diff options
| author | tb <> | 2022-01-27 20:31:21 +0000 |
|---|---|---|
| committer | tb <> | 2022-01-27 20:31:21 +0000 |
| commit | deee88ee0cd8767dc6fd02a8e0977c94dab95b6e (patch) | |
| tree | c473f48445a63947dca366d62dec27f3d9026722 | |
| parent | b5eac41199b40cfe298ade9db0b352a6fb470240 (diff) | |
| download | openbsd-deee88ee0cd8767dc6fd02a8e0977c94dab95b6e.tar.gz openbsd-deee88ee0cd8767dc6fd02a8e0977c94dab95b6e.tar.bz2 openbsd-deee88ee0cd8767dc6fd02a8e0977c94dab95b6e.zip | |
sort includes as usual
| -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 |
