summaryrefslogtreecommitdiff
path: root/src/encryption.c
diff options
context:
space:
mode:
author@syxhe <https://t.me/syxhe>2024-06-29 05:08:52 -0500
committer@syxhe <https://t.me/syxhe>2024-06-29 05:08:52 -0500
commit863a7a0a45c3ed01af8e155a648b55b59bed4594 (patch)
treee26cf857f8423bba7d90fd70d43b7df40457cffb /src/encryption.c
parent88e58b658ba08cedf9214c01200819da354a1796 (diff)
Should work now
Diffstat (limited to 'src/encryption.c')
-rw-r--r--src/encryption.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/encryption.c b/src/encryption.c
index 6539b1a..268b802 100644
--- a/src/encryption.c
+++ b/src/encryption.c
@@ -174,9 +174,11 @@ size_t passencblock(int fd, const char *passphrase) {
174 return totalwritten; 174 return totalwritten;
175} 175}
176 176
177/*
177int main() { 178int main() {
178 int fd = open("test.txt", O_RDWR); 179 int fd = open("test.txt", O_RDWR);
179 passencblock(fd, "we do a little trolling"); 180 passencblock(fd, "we do a little trolling");
180 181
181 return 0; 182 return 0;
182} \ No newline at end of file 183}
184*/ \ No newline at end of file