diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-10-07 17:46:18 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-10-07 17:46:18 +0000 |
| commit | 06cd0a3f97cb59dda08996c0b36d02bfddcdca45 (patch) | |
| tree | 3cc89155a594674c2f777974984a97f8aaeac711 /sys/netinet6/ah_output.c | |
| parent | 00165f8e92a3a33062df7891f19c55d119695db0 (diff) | |
Notes
Diffstat (limited to 'sys/netinet6/ah_output.c')
| -rw-r--r-- | sys/netinet6/ah_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/ah_output.c b/sys/netinet6/ah_output.c index f4c4204cc332..9f31caff5a66 100644 --- a/sys/netinet6/ah_output.c +++ b/sys/netinet6/ah_output.c @@ -333,7 +333,7 @@ ah_hdrlen(sav) { const struct ah_algorithm *algo; int plen, ahlen; - + algo = ah_algorithm_lookup(sav->alg_auth); if (!algo) return 0; |
