summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2024-11-02 07:11:14 +0000
committertb <>2024-11-02 07:11:14 +0000
commitc975c9b456e57c5865f4d9b623bf47a82decf566 (patch)
tree155e072d313cfc10e7f24629af0d137eb90e0c24 /src
parent6cc2a625d91ccf898e11d5e3066af3d90b084d4b (diff)
downloadopenbsd-c975c9b456e57c5865f4d9b623bf47a82decf566.tar.gz
openbsd-c975c9b456e57c5865f4d9b623bf47a82decf566.tar.bz2
openbsd-c975c9b456e57c5865f4d9b623bf47a82decf566.zip
sort includes
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/rsa/rsa_ameth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/rsa/rsa_ameth.c b/src/lib/libcrypto/rsa/rsa_ameth.c
index a42f04d42c..5a87522289 100644
--- a/src/lib/libcrypto/rsa/rsa_ameth.c
+++ b/src/lib/libcrypto/rsa/rsa_ameth.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: rsa_ameth.c,v 1.61 2024/11/01 18:34:06 tb Exp $ */ 1/* $OpenBSD: rsa_ameth.c,v 1.62 2024/11/02 07:11:14 tb Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project 2006. 3 * project 2006.
4 */ 4 */
@@ -56,8 +56,8 @@
56 * 56 *
57 */ 57 */
58 58
59#include <stdio.h>
60#include <stdint.h> 59#include <stdint.h>
60#include <stdio.h>
61#include <stdlib.h> 61#include <stdlib.h>
62 62
63#include <openssl/opensslconf.h> 63#include <openssl/opensslconf.h>