Skip to content
Snippets Groups Projects
Commit 3fdd3398 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard
Browse files

wincrypt.h: Fix a typo.

parent 51f24d41
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment