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