xt_pknock: fix pknock in UDP SPA mode

When the PK_CRYPTO pre-processor flag got removed in
v1.47.1-2-g66f213e, one of the removal cases was misapplied; the body
of an "#ifndef PK_CRYPTO" was left in rather than the whole section
being removed.
This commit is contained in:
Adam Butcher
2014-09-03 13:23:29 +00:00
committed by Jan Engelhardt
parent 4c21811919
commit c08835d65c
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,9 @@
HEAD
====
Fixes:
- xt_pknock: UDP SPA mode erroneously returned an error saying
crypto was unavailable
v2.5 (2014-04-18)