1

i saw the process that how to use openssl in visual studio here using OpenSSL in Visual Studio 2012 now when i compile the code it get compiled with success but while running pop up comes with "the ordinal 3906 could not be located in the dynamic link library LIBEAY32.dll"

Community
  • 1
  • 1
Rahul
  • 11
  • 2

1 Answers1

0

The SSL DLL(s) is/are not getting loaded at runtime. Need to put it/them in a folder the program will search.

Bilbo
  • 358
  • 1
  • 10