On Mon, 5 Nov 2018, Darren Tucker wrote: > On 5 November 2018 at 16:41, Michael Forney <mforney@xxxxxxxxxxx> wrote: > > > This causes EVP_CIPHER_CTX_set_iv to get replaced unnecessarily (or > > a duplicate symbol error if linking statically). > > > > Applied, thanks. should this go on the V_7_9 branch too? > > AC_SEARCH_LIBS([EVP_CIPHER_CTX_set_iv], [crypto], > > - [AC_DEFINE([HAVE_EVP_CIPHER_CTX_GET_IV], [1], > > + [AC_DEFINE([HAVE_EVP_CIPHER_CTX_SET_IV], [1], > > [Define if libcrypto has EVP_CIPHER_CTX_set_iv])]) > > > > AC_SEARCH_LIBS sets that definition by default anyway. Damien, is there > any reason we can't delete all those args? IIRC I tried that and it didn't work, but maybe I'm misremembering. -d _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@xxxxxxxxxxx https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev