summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/symbols (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove workaround for missing d2i_DSAPrivateKey_fp prototypetb2021-03-311-5/+1
|
* avoid two overlong lines and drop an unused printf argumenttb2020-10-121-4/+4
|
* zap redundant linetb2020-09-181-2/+1
|
* Check availability of the symbols in Symbols.listtb2020-09-182-0/+182
This regress parses Symbols.list and pulls all public headers out of libcrypto's Makefile to generate a simple program that uses all public symbols. A number of symbols need to be declared extern since they are unavailable in public headers and a handful must be skipped since they are apparently architecture dependent. This would have caught the recent breakage due to the accidental removal of the NAME_CONSTRAINTS_check() function and points out a number of places where cleanup may happen in the future. discussed with beck