Re: [exim] [exim-dev] DKIM support

Top Page
Delete this message
Reply to this message
Author: snowcrash+exim-users
Date:  
To: Tom Kistner
CC: exim-users
Subject: Re: [exim] [exim-dev] DKIM support
i note in DKIM docs,

LDFLAGS += ... -lssl ...

question --

is "-lssl" required *here*, in LDFLAGS += ... , or is it sufficient in,

TLS_INCLUDE=-I/usr/local/ssl/include/
TLS_LIBS=-L/usr/local/ssl/lib -lssl -lcrypto

where I've historically had it?

thanks!