crypt32: Don't build password_to_ascii without GnuTLS.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
15b7112d07
commit
5cfeed5397
|
@ -240,8 +240,6 @@ done:
|
|||
return prov;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
static char *password_to_ascii( const WCHAR *str )
|
||||
{
|
||||
char *ret;
|
||||
|
@ -257,6 +255,8 @@ static char *password_to_ascii( const WCHAR *str )
|
|||
return ret;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
HCERTSTORE WINAPI PFXImportCertStore( CRYPT_DATA_BLOB *pfx, const WCHAR *password, DWORD flags )
|
||||
{
|
||||
#ifdef SONAME_LIBGNUTLS
|
||||
|
|
Loading…
Reference in New Issue