[CERTUTIL] Add -asn verb

This commit is contained in:
Mark Jansen 2020-09-11 14:19:06 +02:00
parent c35bb8dd73
commit 05d71fa69b
5 changed files with 628 additions and 75 deletions

View file

@ -7,10 +7,14 @@
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <winuser.h>
#include <strsafe.h>
#include <conutils.h>
BOOL hash_file(LPCWSTR Filename);
BOOL asn_dump(LPCWSTR Filename);
#endif /* __CERTUTIL_PRECOMP_H */