Software Development Kit (SDK) and API Discussions

Openssl binaries

SURESHDULANGE
2,505 Views

We are using (NMSDK 5.2) for communication with NetApp CMode 8.2 box over http and NOT https.

 

Can we avoid deploying these OPENSSL binaries where we install our product ?

  • ssleay32.dll
  • libeay32.dll

 

Thanks

Chiranjiv

1 REPLY 1

rkiran
2,505 Views

You actually need ssleay.dll and libeay32.dll libraries even though you wan to use only HTTP, because, during startup, your application would look for those two DLLs to be present.

Public