Skip to content

Commit 48ae374

Browse files
committed
forgot wincrypt header
1 parent 9838dff commit 48ae374

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

wincrypt.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
#include <stdio.h>
44
#include <Windows.h>
55
#include <shellapi.h>
6+
#include <Wincrypt.h>
67

78
#define BLOCK_LEN 128
89

910
#pragma comment(lib, "advapi32.lib")
1011
#pragma comment(lib, "shell32.lib")
1112

12-
13-
1413
//params: <input file> <output file> <key> <is decrypt mode>
1514
int main( int argc, char *argv[])
1615
{

winhash.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include <stdio.h>
33
#include <windows.h>
44
#include <shellapi.h>
5+
#include <Wincrypt.h>
56

67
#define BUFSIZE 1024
78

0 commit comments

Comments
 (0)