summaryrefslogtreecommitdiff
path: root/lib/lib2.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lib2.h')
-rw-r--r--lib/lib2.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/lib2.h b/lib/lib2.h
index 818558d..fabca8a 100644
--- a/lib/lib2.h
+++ b/lib/lib2.h
@@ -1,11 +1,12 @@
#ifndef __LIB2_H__
-#define __LIN2_H__
+#define __LIB2_H__
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
+#include <openssl/aes.h>
char *pkcs7_padding(char *string, int length_string, int blocksize);
-
+int aes_cbc(char *in, int length_in, char *out, unsigned char *string_key, char *init_vector);
#endif