comparison src/event/ngx_event_openssl.h @ 8672:13c537def699 quic

QUIC: removed unused <openssl/aes.h> inclusion. The low-level API was used in early QUIC development.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 22 Dec 2020 16:41:56 +0300
parents af6363758ef9
children 6674a50cbb6c
comparison
equal deleted inserted replaced
8671:5247461c17e1 8672:13c537def699
12 #include <ngx_config.h> 12 #include <ngx_config.h>
13 #include <ngx_core.h> 13 #include <ngx_core.h>
14 14
15 #include <openssl/ssl.h> 15 #include <openssl/ssl.h>
16 #include <openssl/err.h> 16 #include <openssl/err.h>
17 #include <openssl/aes.h>
18 #include <openssl/bn.h> 17 #include <openssl/bn.h>
19 #include <openssl/conf.h> 18 #include <openssl/conf.h>
20 #include <openssl/crypto.h> 19 #include <openssl/crypto.h>
21 #include <openssl/dh.h> 20 #include <openssl/dh.h>
22 #ifndef OPENSSL_NO_ENGINE 21 #ifndef OPENSSL_NO_ENGINE