crypt32: Move GnuTLS-specific helpers into the #ifdef.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2020-09-21 13:21:07 +02:00
parent 3541deb0c3
commit 6d7037c9ff
1 changed files with 2 additions and 2 deletions

View File

@ -254,8 +254,6 @@ static char *password_to_ascii( const WCHAR *str )
return ret;
}
#endif
static BOOL set_key_context( const void *ctx, HCRYPTPROV prov )
{
CERT_KEY_CONTEXT key_ctx;
@ -327,6 +325,8 @@ static BOOL set_key_prov_info( const void *ctx, HCRYPTPROV prov )
return ret;
}
#endif
HCERTSTORE WINAPI PFXImportCertStore( CRYPT_DATA_BLOB *pfx, const WCHAR *password, DWORD flags )
{
#ifdef SONAME_LIBGNUTLS