]> The Tcpdump Group git mirrors - tcpdump/commit
Have signature_verify() do the copying and clearing.
authorGuy Harris <[email protected]>
Mon, 28 Dec 2015 01:59:56 +0000 (17:59 -0800)
committerGuy Harris <[email protected]>
Mon, 28 Dec 2015 01:59:56 +0000 (17:59 -0800)
commit59caec8a010375386ba91fb8a581f882912f2733
treec6535d631353432b3b686a88b647bea52ff875a6
parent20f164f5e4825a605d97906b9ac6bf4222b9eef4
Have signature_verify() do the copying and clearing.

Just pass it a pointer to a routine to do the clearing and a pointer to
the data that needs to be cleared; signature_verify() will relocate all
pointers to stuff that needs to be cleared to point into the copy, clear
the signature itself, and call the routine to clear anything else.
print-isoclns.c
print-rsvp.c
signature.c
signature.h