Fix a typo

[skip ci]
This commit is contained in:
Francois-Xavier Le Bail 2022-08-28 21:28:24 +02:00
parent 1fc4888a82
commit 699711dfb3

View File

@ -762,7 +762,7 @@ esp_print(netdissect_options *ndo,
ND_PRINT(", length %u", length);
#ifdef HAVE_LIBCRYPTO
/* initiailize SAs */
/* initialize SAs */
if (ndo->ndo_sa_list_head == NULL) {
if (!ndo->ndo_espsecret)
return;