| Summary: | Missing include in kex.h results in compilation error due to unknown type | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Tomas Kuthan <tomas.kuthan> | ||||||
| Component: | Kerberos support | Assignee: | Assigned to nobody <unassigned-bugs> | ||||||
| Status: | CLOSED FIXED | ||||||||
| Severity: | normal | CC: | dtucker | ||||||
| Priority: | P5 | ||||||||
| Version: | 6.8p1 | ||||||||
| Hardware: | SPARC | ||||||||
| OS: | Solaris | ||||||||
| Bug Depends on: | |||||||||
| Bug Blocks: | 2360 | ||||||||
| Attachments: |
|
||||||||
|
Description
Tomas Kuthan
2015-05-22 00:55:17 AEST
Created attachment 2625 [details]
Simple patch reverting removal of the include statement.
Created attachment 2626 [details]
including signal.h in gss-genr.c
For the most part we are trying to have things included in the source file where it's needed rather than have headers include other headers. Does this fix it?
Yes, that works fine too. (That, plus fixing GSS-API key exchange sources, but that is a different story.) Thanks. thanks. patch applied and will be in the 6.9p1 release. Great! Thank you. Close all resolved bugs after 7.3p1 release |