summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/comp/comp_local.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make structs in comp.h opaquetb2022-01-141-1/+27
| | | | | | | This moves COMP_CTX and COMP_METHOD to comp_local.h and provides missing typedefs in ossl_typ.h. ok inoguchi jsing
* Add an essentially empty comp_local.h and include it where it willtb2022-01-091-0/+10
be needed. discussed with jsing