openssh: fixes issues with some openssl options
This adds a couple of patches when setting some openssl options: * ECDSA code in openssh-compat.h and libressl-api-compat.c needs to be be guarded by OPENSSL_HAS_ECC; otherwise, it will not build with openssl compiled without ECC support. * Fix openssl version number in openbsd-compat/openssl-compat.c which failed to compile --with-ssl-engine; this option is used when CONFIG_OPENSSL_ENGINE_CRYPTO=y Signed-off-by:Eneas U de Queiroz <cote2004-github@yahoo.com> Signed-off-by:
Peter Wagner <tripolar@gmx.at>
Showing
- net/openssh/Makefile 1 addition, 2 deletionsnet/openssh/Makefile
- net/openssh/patches/0001-fix-compilation-with-openssl-built-without-ECC.patch 70 additions, 0 deletions...0001-fix-compilation-with-openssl-built-without-ECC.patch
- net/openssh/patches/0002-Fix-OPENSSL_init_crypto-call-for-openssl-1.1.patch 20 additions, 0 deletions...s/0002-Fix-OPENSSL_init_crypto-call-for-openssl-1.1.patch
Please register or sign in to comment