hiba icon indicating copy to clipboard operation
hiba copied to clipboard

Consolidate dependency on OpenSSH headers.

Open blunderer opened this issue 8 months ago • 0 comments

Create a new openssh/ folder and add a wrapper to OpenSSH includes. This allows the code to:

  • Rely on includes.h from OpenSSH for better compatibility (see github.com/google/hiba/commit/642d64ffec5719178644078867bcd4ff88298621).
  • Fix pre-processor conflicts on config.h symbols that are used in both projects.

This also remove uneeded includes in some source files.

blunderer avatar May 26 '25 12:05 blunderer