diff options
Diffstat (limited to 'smbencrypt.h')
-rw-r--r-- | smbencrypt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/smbencrypt.h b/smbencrypt.h new file mode 100644 index 00000000..0f33b062 --- /dev/null +++ b/smbencrypt.h @@ -0,0 +1,2 @@ +void SMBencrypt(char *passwd, uint8 *c8, uint8 *p24); +void SMBNTencrypt(char *passwd, uint8 *c8, uint8 *p24); |