Searched refs:tmpstr (Results 1 – 1 of 1) sorted by relevance
291 LPSTR tmpstr; in capi_ctrl() local320 tmpstr = OPENSSL_strdup(p); in capi_ctrl()321 if (tmpstr != NULL) { in capi_ctrl()323 ctx->storename = tmpstr; in capi_ctrl()348 tmpstr = OPENSSL_strdup(p); in capi_ctrl()349 if (tmpstr != NULL) { in capi_ctrl()350 ctx->debug_file = tmpstr; in capi_ctrl()
Completed in 4 milliseconds