]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: ssl: fix libressl build again after aes-gcm-enc
authorWilly Tarreau <w@1wt.eu>
Fri, 10 May 2019 07:16:53 +0000 (09:16 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 10 May 2019 07:19:07 +0000 (09:19 +0200)
commitdf17e0e1a7908bdf665da4423b5f26d722e02eed
treea23dd9c7b769c32c26216ab42d8964092c33c39c
parent86a394e44ddd17ea9829249dece6a7e864fb7be0
BUILD: ssl: fix libressl build again after aes-gcm-enc

Enabling aes-gcm-enc in last commit (MINOR: ssl: enable aes_gcm_dec
on LibreSSL) uncovered a wrong condition on the define of the
EVP_CTRL_AEAD_SET_IVLEN macro which I forgot to add when making the
commit, resulting in breaking libressl build again. In case libressl
later defines this macro, the test will have to change for a version
range instead.
src/ssl_sock.c