]> git.ozlabs.org Git - ppp.git/commit
pppd/crypto: Fix #ifdefs that should be #ifs
authorPaul Mackerras <paulus@ozlabs.org>
Tue, 10 Sep 2024 11:02:26 +0000 (21:02 +1000)
committerPaul Mackerras <paulus@ozlabs.org>
Tue, 10 Sep 2024 11:02:26 +0000 (21:02 +1000)
commit188948525819b047bab8084cf1b4a1fb5052d0bf
tree942040752d4e3a2dab29f828d1208dba6e94fbf4
parentf891b35364e05fc40cc2221b7caaec4805c7e57d
pppd/crypto: Fix #ifdefs that should be #ifs

Since they are testing a condition, they should be #if not #ifdef.

Fixes: 077141058aab ("pppd: Add additional functions to handle debugging of crypto calls (#509)", 2024-09-02)
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
pppd/crypto.c