search for: have_evp_md_ctx_new

Displaying 3 results from an estimated 3 matches for "have_evp_md_ctx_new".

2020 Feb 19
2
OpenSSH ver.8.2p1 compilation error on AIX
...ot;libressl-api-compat.c", line 619.26: 1506-043 (S) The operand of the sizeof operator is not valid. $ head -619 openssh-7.9p1/openbsd-compat/libressl-api-compat.c | tail -1 return calloc(1, sizeof(EVP_MD_CTX)); $ head -619 openssh-8.0p1/openbsd-compat/libressl-api-compat.c | tail -1 #ifndef HAVE_EVP_MD_CTX_NEW $ head -619 openssh-8.2p1/openbsd-compat/libressl-api-compat.c | tail -1 #ifndef HAVE_EVP_MD_CTX_NEW I don't have VAC so I can't reproduce this myself. I have built 8.2p1 with a shared-lib openssl-1.1.1d on AIX with GCC, though. -- Darren Tucker (dtucker at dtucker.net) GPG key 11EAA6F...
2020 Feb 19
0
OpenSSH ver.8.2p1 compilation error on AIX
...uot;, line 619.26: 1506-043 (S) The operand of the sizeof > operator is not valid. > > $ head -619 openssh-7.9p1/openbsd-compat/libressl-api-compat.c | tail -1 > return calloc(1, sizeof(EVP_MD_CTX)); $ head -619 openssh-8.0p1/openbsd- > compat/libressl-api-compat.c | tail -1 #ifndef HAVE_EVP_MD_CTX_NEW $ > head -619 openssh-8.2p1/openbsd-compat/libressl-api-compat.c | tail -1 > #ifndef HAVE_EVP_MD_CTX_NEW > > I don't have VAC so I can't reproduce this myself. I have built > 8.2p1 with a shared-lib openssl-1.1.1d on AIX with GCC, though. Daren, This is definitely ver. 8....
2018 Nov 08
2
[PATCH] Fix configure check for EVP_CIPHER_CTX_set_iv
On Mon, 5 Nov 2018, Darren Tucker wrote: > On 5 November 2018 at 16:41, Michael Forney <mforney at mforney.org> 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? > >