Not sure what you are getting at here. In configure.in I
check for the presence of libssl using AC_CHECK_LIB( ssl,
SHA1_Init). What were you hoping for?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I was thinking along the lines of stealing from OpenSSH's configure
script. Allow for a --with-ssl=<path> option to specify where the SSL
libraries are located.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=18342
Not sure what you are getting at here. In configure.in I
check for the presence of libssl using AC_CHECK_LIB( ssl,
SHA1_Init). What were you hoping for?
Logged In: YES
user_id=1068892
I was thinking along the lines of stealing from OpenSSH's configure
script. Allow for a --with-ssl=<path> option to specify where the SSL
libraries are located.