Commit 3fdd3398 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

wincrypt.h: Fix a typo.

parent 51f24d41
......@@ -1322,7 +1322,7 @@ typedef struct _CRYPT_RETRIEVE_AUX_INFO {
#define ALG_SID_MD4 2
#define ALG_SID_MD5 3
#define ALG_SID_SHA 4
#define ALG_SID_SHA1 CALG_SHA
#define ALG_SID_SHA1 ALG_SID_SHA
#define ALG_SID_MAC 5
#define ALG_SID_RIPEMD 6
#define ALG_SID_RIPEMD160 7
......
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