Skip to content

What is the purpose of the patch-include.patch file? #8

@skuskusku

Description

@skuskusku

Hello Sinofool,

can you please elaborate what the purpose of the patch-include.patch file is? It is used to patch opensslconf.h and removes the following lines from it:

`# define NO_SSL_TRACE

endif

if defined(OPENSSL_NO_STORE) && !defined(NO_STORE)

define NO_STORE

endif

if defined(OPENSSL_NO_UNIT_TEST) && !defined(NO_UNIT_TEST)

define NO_UNIT_TEST

`
What strikes me is that this is done after the build has completed. Can you please explain what the reason is for removing these preprocessor statements from the header file?

TIA,

--
Stefan

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions