bugzilla-daemon at mindrot.org
2023-Jul-02 10:28 UTC
[Bug 3585] New: "misc.h" required when build the sk middleware ("sk-usbhid.c") as standalone library
https://bugzilla.mindrot.org/show_bug.cgi?id=3585 Bug ID: 3585 Summary: "misc.h" required when build the sk middleware ("sk-usbhid.c") as standalone library Product: Portable OpenSSH Version: 9.3p1 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: Miscellaneous Assignee: unassigned-bugs at mindrot.org Reporter: thelastlin at outlook.jp Created attachment 3704 --> https://bugzilla.mindrot.org/attachment.cgi?id=3704&action=edit Workaround patch, based on openssh-portable commit "8a6cd08850f576e7527c52a1b086cae82fab290e" Someone might want to build "sk-usbhid.c" as standalone middle library for OpenSSH with `?without-security-key-builtin` distributed by vendors. When built "sk-usbhid.c" with SK_STANDALONE, "misc.h" is needed for `monotime_tv`. Workaround is in patch. Someone who want to build the middleware as standalone library also need to link "sk-usbhid.o" with "libssh.a"(or "misc.o"). -- You are receiving this mail because: You are watching the assignee of the bug.
Maybe Matching Threads
- Middleware example from Railscast #151 doesn't work as expected. Need help.
- Rack Middleware support for Rails 2.0.2? If not what is the alternative to implement similar functionality in Rails 2.0.2..
- telling app to use middleware in gem
- Rack Middleware or after filter
- How to handle exception that is generated in rack middleware before it reach rails app?