openssl: FIPS derxxx.h.in in wrong directory
Files like der_digests.h.in are in providers/common/der. For every other .in file in OpenSSL (all 130 of them), they exist in the same directory where the target file exists. There is no reason this should be otherwise.
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 18 (18 by maintainers)
Commits related to this issue
- Move provider der_XXX.h.in files to the include directory. Fixes #15506 The .in and generated .h files are now in the same directory. — committed to slontis/openssl by slontis 3 years ago
- Move provider der_XXX.h.in files to the include directory. Fixes #15506 The .in and generated .h files are now in the same directory. Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https:... — committed to devnexen/openssl by slontis 3 years ago
I believe that with #15514, this can be closed?