[Bug 1840] New: openbsd-compat/openssl-compat.c misses openssl/conf.h include for OPENSSL_config with engine support
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Mon Nov 22 11:50:18 EST 2010
https://bugzilla.mindrot.org/show_bug.cgi?id=1840
Summary: openbsd-compat/openssl-compat.c misses openssl/conf.h
include for OPENSSL_config with engine support
Product: Portable OpenSSH
Version: 5.6p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Miscellaneous
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: vapier at gentoo.org
Created attachment 1958
--> https://bugzilla.mindrot.org/attachment.cgi?id=1958
openssh-portable-openssl-inc.patch
if openssh is configured with --with-ssl-engine, then building the code
results in the warning:
openssl-compat.c: In function ‘ssh_SSLeay_add_all_algorithms’:
openssl-compat.c:71:2: warning: implicit declaration of function
‘OPENSSL_config’
so the file needs to pull in openssl/conf.h for the function
openssh-5.6p1 shows this issue for sure
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list