| Summary: | openbsd-compat/openssl-compat.c misses openssl/conf.h include for OPENSSL_config with engine support | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Mike Frysinger <vapier> | ||||
| Component: | Miscellaneous | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | normal | CC: | dtucker | ||||
| Priority: | P2 | ||||||
| Version: | 5.6p1 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 1803 | ||||||
| Attachments: |
|
||||||
Applied, thanks. It will be in 5.7p1. Move resolved bugs to CLOSED after 5.7 release |
Created attachment 1958 [details] 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