readme

来自「With OpenSSL 0.9.6, a new component has 」· 代码 · 共 25 行

TXT
25
字号
TODO----Find a way where name-translation can be done in a way that issensitive to particular methods (ie. generic code could still dodifferent path/filename substitutions on win32 to what it does on*nix) but doesn't assume some canonical form. Already one caseexists where the "blah -> (libblah.so,blah.dll)" mapping doesn'tsuffice. I suspect a callback with an enumerated (or string?)parameter could be the way to go here ... DSO_ctrl the callbackinto place and it can be invoked to handle name translation withsome clue to the calling code as to what kind of system it is.NOTES-----I've checked out HPUX (well, version 11 at least) and shl_t isa pointer type so it's safe to use in the way it has been indso_dl.c. On the other hand, HPUX11 support dlfcn too andaccording to their man page, prefer developers to move to that.I'll leave Richard's changes there as I guess dso_dl is neededfor HPUX10.20.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?