Hello,
How do i generate "opensslconf.h" in openssl 1.1.1g?
From docs, i assume it is created after we give "./Configure <options> gcc".
I observe that "opensslconf.h" is created only on giving "make" after ./Configure... But this additionally created .d & .o files in crypto folders.
For openssl1.0.2 , the same opensslconf.h is created right after "./Configure" .
(all .h files in include directory are created after ./Configure, whereas in 1.1.1 .h files appear in include directory - without any ./Configure)
For context , we are upgrading our project to openssl 1.1.1g from 1.0.2k & i am concerned about this .d & .o files, in case i build the whole project - which is including openssl folder.
Thanks,
Prud.