mirror of
https://github.com/reactos/reactos.git
synced 2025-07-10 10:04:13 +00:00
[CERTUTIL] Add -asn verb
This commit is contained in:
parent
c35bb8dd73
commit
05d71fa69b
5 changed files with 628 additions and 75 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue