Home
last modified time | relevance | path

Searched refs:getconswindow (Results 1 – 1 of 1) sorted by relevance

/src/crypto/openssl/engines/
H A De_capi.c195 GETCONSWIN getconswindow; member
475 ctx->getconswindow = (GETCONSWIN)GetProcAddress(kernel, "GetConsoleWindow"); in capi_init()
1867 if (!hwnd && ctx->getconswindow) in cert_select_dialog()
1868 hwnd = ctx->getconswindow(); in cert_select_dialog()