Skip to content

Commit f284876

Browse files
yteraokaanomalizer
authored andcommitted
Change include order
Changed the order of `include` so that it can be compiled with OpenSSL 1.1.1a.
1 parent 75c94e6 commit f284876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crypto_helper_openssl.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
* releases.
88
*/
99

10+
#include "crypto_helper.h"
11+
1012
#include <openssl/bio.h>
1113
#include <openssl/buffer.h>
1214
#include <openssl/evp.h>
1315
#include <openssl/hmac.h>
1416
#include <openssl/sha.h>
1517

16-
#include "crypto_helper.h"
17-
1818
static const EVP_MD* evp_md = NULL;
1919

2020
ngx_str_t* ngx_aws_auth__sign_sha256_hex(ngx_pool_t *pool, const ngx_str_t *blob,

0 commit comments

Comments
 (0)