BUILD/MINOR: ssl: fix build failure introduced by recent patch
authorWilly Tarreau <w@1wt.eu>
Tue, 12 May 2015 08:30:12 +0000 (10:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 12 May 2015 08:30:12 +0000 (10:30 +0200)
commite26bf05115f7336f3493302542a1576ec6955dbc
tree7bb4bbef843e65e678463602be8a09c95770604f
parent0786d05a0412112937177869a26380bbc37de1df
BUILD/MINOR: ssl: fix build failure introduced by recent patch

Baptiste reported that commit 0a9a2b8 ("MEDIUM: sample change the
prototype of sample-fetches and converters functions") broke the
build of ssl_sock.c when using openssl-1.0.2 because one missed
replacement of sess with smp->sess. No backport is needed.
src/ssl_sock.c