]> The Tcpdump Group git mirrors - tcpdump/commit
Avoid -E and -M options inconsistencies with no libcrypto coverity_scan
authorFrancois-Xavier Le Bail <[email protected]>
Wed, 9 Apr 2025 17:53:20 +0000 (19:53 +0200)
committerfxlb <[email protected]>
Thu, 10 Apr 2025 06:57:02 +0000 (06:57 +0000)
commit9b3eb17a6942b746b6d1ed7e763e8d22632b6c46
tree567fe8a59f7a5a152f9a8944df727c4080bcf8a4
parent1e5d31794035611f059bc5d118d9e68d400830b9
Avoid -E and -M options inconsistencies with no libcrypto

The inconsistencies were:
-E
tcpdump: option requires an argument -- 'E'
-E xxx
tcpdump: WARNING: crypto code not compiled in

-M
tcpdump: option requires an argument -- 'M'
-M xxx
tcpdump: WARNING: crypto code not compiled in
tcpdump.c