diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2025-07-08 18:07:04 +0400 |
---|---|---|
committer | pluknet <pluknet@nginx.com> | 2025-07-10 19:00:45 +0400 |
commit | a5ca38f30392e93aadc32cf5955c29fddcaa3871 (patch) | |
tree | dfc89a0f7f6a7de40c99b42b4c879e5703de85e8 /src/imap/ngx_imap_parse.c | |
parent | a5d60c30d3d494291dd7e2ddde4536a439bab5bf (diff) | |
download | nginx-a5ca38f30392e93aadc32cf5955c29fddcaa3871.tar.gz nginx-a5ca38f30392e93aadc32cf5955c29fddcaa3871.zip |
SSL: fixed testing OPENSSL_VERSION_NUMBER for OpenSSL 3.0+.
Prior to OpenSSL 3.0, OPENSSL_VERSION_NUMBER used the following format:
MNNFFPPS: major minor fix patch status
Where the status nibble (S) has 0+ for development and f for release.
The format was changed in OpenSSL 3.0.0, where it is always zero:
MNN00PP0: major minor patch
Diffstat (limited to 'src/imap/ngx_imap_parse.c')
0 files changed, 0 insertions, 0 deletions