diff options
Diffstat (limited to 'lib/lib2.h')
| -rw-r--r-- | lib/lib2.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
