diff options
author | tb <> | 2024-11-02 07:11:14 +0000 |
---|---|---|
committer | tb <> | 2024-11-02 07:11:14 +0000 |
commit | 9284b0981039b2aa54d18a4c55a4abcd02b7de51 (patch) | |
tree | 155e072d313cfc10e7f24629af0d137eb90e0c24 /src/lib | |
parent | 013a5fe68c85e0fe1231dc7b3a022c955674aae9 (diff) | |
download | openbsd-9284b0981039b2aa54d18a4c55a4abcd02b7de51.tar.gz openbsd-9284b0981039b2aa54d18a4c55a4abcd02b7de51.tar.bz2 openbsd-9284b0981039b2aa54d18a4c55a4abcd02b7de51.zip |
sort includes
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/rsa/rsa_ameth.c | 4 |
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> |