Skip to content

Commit

Permalink
Reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicRousseau committed Jun 11, 2018
1 parent 5017bd3 commit 2dd6da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pkcs11lib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ bool CPKCS11Lib::Load(const char* szLib)
CK_RV rv;
Unload();
SYS_dyn_LoadLibrary((void**)&m_hLib, szLib);
//m_hLib = LoadLibrary(szLib);
if (!m_hLib) return false;
if (!m_hLib)
return false;

CK_C_GetFunctionList pC_GetFunctionList;
SYS_dyn_GetAddress(m_hLib, (function_ptr *)&pC_GetFunctionList, "C_GetFunctionList");
Expand Down

0 comments on commit 2dd6da4

Please sign in to comment.