diff --git a/session.c b/session.c index 63adc68c5..c5ca0556e 100644 --- a/session.c +++ b/session.c @@ -2120,8 +2120,10 @@ name2sig(char *name) SSH_SIG(USR1); SSH_SIG(USR2); #undef SSH_SIG +#ifdef SIGINFO if (strcmp(name, "INFO@openssh.com") == 0) return SIGINFO; +#endif return -1; }