thanks for you help,now i use NSS_Initialize()func to do,and i don't know if i use a arithmetic that i define myself how do i put it to the SECMOD_AddNewModule() func's the third param or have any other ways to do that,thanks
smith wrote:


i am a new person of pkcs11,now i use nss392 to load my pkcs11 module,my code is

long lRet = NSS_NoDB_Init("F:\\mozilla\\test\\Debug");
lRet = SECMOD_AddNewModule("p11", F:\\mozilla\\test\\Debug\\pkcs11.dll",
SECMOD_RSA_FLAG, 0);
but SECMOD_AddNewModule()return -1, and i did not know where was wrong,
and i hope somebody can give me a sample code that loaded pkcs11 module use the nss.
thanks in advance
_______________________________________________
mozilla-crypto mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-crypto

Reply via email to