Commit 5cfeed53 authored by Alexandre Julliard's avatar Alexandre Julliard

crypt32: Don't build password_to_ascii without GnuTLS.

parent 15b7112d
...@@ -240,8 +240,6 @@ done: ...@@ -240,8 +240,6 @@ done:
return prov; return prov;
} }
#endif
static char *password_to_ascii( const WCHAR *str ) static char *password_to_ascii( const WCHAR *str )
{ {
char *ret; char *ret;
...@@ -257,6 +255,8 @@ static char *password_to_ascii( const WCHAR *str ) ...@@ -257,6 +255,8 @@ static char *password_to_ascii( const WCHAR *str )
return ret; return ret;
} }
#endif
HCERTSTORE WINAPI PFXImportCertStore( CRYPT_DATA_BLOB *pfx, const WCHAR *password, DWORD flags ) HCERTSTORE WINAPI PFXImportCertStore( CRYPT_DATA_BLOB *pfx, const WCHAR *password, DWORD flags )
{ {
#ifdef SONAME_LIBGNUTLS #ifdef SONAME_LIBGNUTLS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment