blob: 16b47c65c061b90a09391a6aa05e66f864cd486c [file] [log] [blame]
#ifndef __WINE_WINCRYPT_H
#define __WINE_WINCRYPT_H
/* FIXME: this whole file plus the implementation */
/* some typedefs for function parameters */
typedef unsigned int ALG_ID;
typedef unsigned long HCRYPTPROV;
typedef unsigned long HCRYPTKEY;
typedef unsigned long HCRYPTHASH;
/* function declarations */
BOOL WINAPI CryptAcquireContextA(HCRYPTPROV *phProv, LPCSTR pszContainer,
LPCSTR pszProvider, DWORD dwProvType,
DWORD dwFlags);
#endif