]> git.ipfire.org Git - thirdparty/openssl.git/commit
cpp: fix included files to avoid failure in no-deprecated builds
authorPauli <pauli@openssl.org>
Wed, 25 Aug 2021 00:32:12 +0000 (10:32 +1000)
committerPauli <pauli@openssl.org>
Wed, 25 Aug 2021 00:47:21 +0000 (10:47 +1000)
commite1c2913833f84ccd23aa6f2001f1ecaccadf3e56
tree62e864616204f2d44cedf09ffe7dc7e7e3b7ad03
parent2576b70d43e1fcc8073df60ccccf3e22a13b67d3
cpp: fix included files to avoid failure in no-deprecated builds

A header file was missing but only in no-deprecated builds.
Also add some ending comments for #if preprocessor statements.
Move function declaration inside #ifdef guard for header.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16412)
include/crypto/x509.h