Very quick and dirty script to help me check that the symbols
authorschwarze <schwarze@openbsd.org>
Fri, 19 Nov 2021 09:15:35 +0000 (09:15 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 19 Nov 2021 09:15:35 +0000 (09:15 +0000)
commit441d0e0499d5c1310edb613d7c457db00b2fefa7
tree97019cfb0322c7c411e32d7d2232403466385e3b
parent7f3e061439eb7a34ef29535a671dbbd7aa51cf82
Very quick and dirty script to help me check that the symbols
in one of the public openssl/ header files are all documented.
Before attempting to read this code, make sure that you are
fully vaccinated against leaning toothpick syndrome.

Example usage:
./check_complete.pl x509_vfy
./check_complete.pl -v x509 | less

Intentionally not linked to the build.

jsing@ agrees with the general direction.
regress/lib/libcrypto/man/check_complete.pl [new file with mode: 0755]