summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2022-01-27 20:31:21 +0000
committertb <>2022-01-27 20:31:21 +0000
commitf1498549901b053b15273133443bd7c574b3d91c (patch)
treec473f48445a63947dca366d62dec27f3d9026722 /src
parent31c33b1758ab304a02922d8ac690d0196300bf71 (diff)
downloadopenbsd-f1498549901b053b15273133443bd7c574b3d91c.tar.gz
openbsd-f1498549901b053b15273133443bd7c574b3d91c.tar.bz2
openbsd-f1498549901b053b15273133443bd7c574b3d91c.zip
sort includes as usual
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/ecdsa/ecs_err.c4
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