mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-09-26 11:29:04 +02:00
- Removed unwanted differentiated code in Windows fork - Added readpassphrase implementation - Updates to pester unittests
10 lines
169 B
C
10 lines
169 B
C
#pragma once
|
|
|
|
/* Enable the following for verbose logging */
|
|
#if (0)
|
|
#define debug4 debug2
|
|
#define debug5 debug3
|
|
#else
|
|
#define debug4(a,...)
|
|
#define debug5(a,...)
|
|
#endif |