Re: Generate opensslconf.h - openssl 1.0.2 vs openssl 1.1.1g

2020-07-22 Thread prudvi raj
Hello, --- Re : OPENSSLDIR in openssl 1.1.1--- I have successfully generated opensslconf.h , (used make , not make...opensslconf.h - had to generate other .h files as well). Upon comparing contents of opensslconf.h from 1.0.2 & 1.1.1 , i see that: "OPENSSLDIR" is #define 'ed in opensslconf.h

Re: Generate opensslconf.h - openssl 1.0.2 vs openssl 1.1.1g

2020-07-17 Thread Richard Levitte
On Thu, 16 Jul 2020 22:01:51 +0200, prudvi raj wrote: > How do i  generate "opensslconf.h" in openssl 1.1.1g? > From docs, i assume it is created after we give  "./Configure gcc". > I observe that "opensslconf.h" is created only on giving "make" after > ./Configure... But this > additionally

Generate opensslconf.h - openssl 1.0.2 vs openssl 1.1.1g

2020-07-16 Thread prudvi raj
Hello, How do i generate "opensslconf.h" in openssl 1.1.1g? >From docs, i assume it is created after we give "./Configure 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 ,