Commit fcc827d1 authored by Alexandre Julliard's avatar Alexandre Julliard

bcrypt: Implement Wow64 entry points in the Unix library.

parent e9da8534
......@@ -184,7 +184,7 @@ struct key
{
struct object hdr;
enum alg_id alg_id;
void *private[2]; /* private data for backend */
UINT64 private[2]; /* private data for backend */
union
{
struct key_symmetric s;
......
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