News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

crypto api constants not included with masm?

Started by jag, February 01, 2007, 10:27:28 AM

Previous topic - Next topic

jag

error A2006: undefined symbol : PROV_RSA_FULL
error A2006: undefined symbol : HP_HASHVAL

Am I wrong? If I am not, I reckon I will use a tool to generate the inc files.

Tedd

Well I can't find them either :wink

Looks like you'll be having lots of fun with wincrypt.h :bdg
No snowflake in an avalanche feels responsible.

jag

Well all I needed was to calculate an md5 hash so I needed 3 constants which I found values for with google:

PROV_RSA_FULL equ 1
CALG_MD5 equ 08003h
HP_HASHVAL equ 2

:bdg

sinsi

Quote from: Tedd on February 01, 2007, 11:27:21 AM
Looks like you'll be having lots of fun with wincrypt.h :bdg

Wow, a 640K+ .h file! :dazzled:
Light travels faster than sound, that's why some people seem bright until you hear them.