<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"><meta name="Generator" content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang="EN-IN" link="#0563C1" vlink="#954F72"><div class="WordSection1"><p class="MsoNormal">Hi Team,</p><p class="MsoNormal"> </p><p class="MsoNormal">I compiled openssl-1.0.2k version using the below website link and I was able to build it successfully and get the static and dynamic libraries to be added in visual studio for my application dll build.</p><p class="MsoNormal"> </p><p class="MsoNormal"><a href="http://p-nand-q.com/programming/windows/building_openssl_with_visual_studio_2013.html">http://p-nand-q.com/programming/windows/building_openssl_with_visual_studio_2013.html</a></p><p class="MsoNormal"> </p><p class="MsoNormal">I used the build automatically option. Now I added the static libraries in my visual studio project and compiled my application. Build was successful and output was my_app.dll file. I also copied the dynamic libraries for the respective static libraries in the folder where I will initiate the application and my dll will be loaded. Its getting loaded but during SSL_library_init(), my_app.dll does not respond further. It calls this function and just hangs. I am not able to make out what the issue can be.</p><p class="MsoNormal"> </p><p class="MsoNormal">Also, If I am using precompiled libraries from the below site, I am able to initiate the ssl library and I am able to do my work.</p><p class="MsoNormal"> </p><p class="MsoNormal"><a href="https://www.npcglib.org/~stathis/blog/precompiled-openssl/">https://www.npcglib.org/~stathis/blog/precompiled-openssl/</a> </p><p class="MsoNormal"> </p><p class="MsoNormal">am I missing something while build process of openssl. Or is there something missing in the visual studio settings.</p><p class="MsoNormal"> </p><p class="MsoNormal">Regards,<br>Kartik  </p></div></body></html>