Skip to content

What files are supposed to be where per OS? #24312

Answered by nhorman
johnmccrae asked this question in Q&A
Discussion options

You must be logged in to vote

The files produced are going to be dependent on what your configuration is at build time, and what your platform is:
libcrypto.[a|lib]/libssl.[a|lib] - should always be produced, and are the static libraries
libcrypto[.so|.dll]/libssl[so|dll] - are the dynamic libs and will be produced if no-shared is not selected during configure
providers/legacy.[so|.dll] - the legacy provider, should be produced if no-legacy is not selected at build time
providers/fips.[so|dll] - the fips provider, produced if enable-fips is provided on the configuration
apps/openssl[.exe] - should always be produced.

There is no configuration file produced, thats up to you to create, based on the examples throughout t…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by johnmccrae
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants