(unknown)
"Arnaud De Timmerman" <[email protected]>
| Newsgroups | gmane.ietf.sfl |
|---|---|
| Message-ID | <[email protected]> |
Bob, In file sfl_apir16.doc, chapter 6.8.2 CSM_AppLogin Member Functions says : ******************** #ifdef WIN32 void AddLogin(char *lpszDLLName, char *lpszBuildupArgs); CSM_TokenInterface *LookupDLLLibrary(AlgorithmIdentifier *pAlgID); void AddDLLLibrary(char *lpszDLLName, char *lpszBuildupArgs); #endif ******************** And the file ./libcert/include/sm_AppLogin.h (l 36) says : ******************** #if defined (WIN32) || defined (SOLARIS) void AddLogin(char *lpszDLLName, char *lpszBuildupArgs); CSM_TokenInterface *LookupDLLLibrary(AlgorithmIdentifier *pAlgID); #endif void AddDLLLibrary(char *lpszDLLName, char *lpszBuildupArgs); ******************** So I think the api file should be corrected because it doesn't explain what is really used.