diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-01-27 20:31:22 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-01-27 20:31:22 +0000 |
commit | c1161a1b940a7c1eb5c604810be5a5dc3a8b7f32 (patch) | |
tree | 5c0cc7ee5601b484475af7f4625884f4dca30243 /lib/libcrypto | |
parent | aeec820d8adaf7935284aefa0469d68a5dc2ac29 (diff) |
sort includes as usual
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/ecdsa/ecs_err.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/ecdsa/ecs_err.c b/lib/libcrypto/ecdsa/ecs_err.c index 9c5a546746f..ac8850dba5f 100644 --- a/lib/libcrypto/ecdsa/ecs_err.c +++ b/lib/libcrypto/ecdsa/ecs_err.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ecs_err.c,v 1.5 2017/01/29 17:49:23 beck Exp $ */ +/* $OpenBSD: ecs_err.c,v 1.6 2022/01/27 20:31:21 tb Exp $ */ /* ==================================================================== * Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved. * @@ -62,8 +62,8 @@ #include <openssl/opensslconf.h> -#include <openssl/err.h> #include <openssl/ecdsa.h> +#include <openssl/err.h> /* BEGIN ERROR CODES */ #ifndef OPENSSL_NO_ERR |