• G
    Include <openssl/foo.h> instead of "foo.h" · e52a3c3d
    Geoff Thorpe 提交于
    Exported headers shouldn't be included as "foo.h" by code from the same
    module, it should only do so for module-internal headers. This is
    because the symlinking of exported headers (from include/openssl/foo.h
    to crypto/foo/foo.h) is being removed, and the exported headers are
    being moved to the include/openssl/ directory instead.
    
    Change-Id: I4c1d80849544713308ddc6999a549848afc25f94
    Signed-off-by: NGeoff Thorpe <geoff@openssl.org>
    Reviewed-by: NRich Salz <rsalz@openssl.org>
    e52a3c3d
cms_lib.c 16.0 KB