Skip to content

Instantly share code, notes, and snippets.

@NitinLnt
Created June 10, 2015 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NitinLnt/c2a633a7ce274cd691bf to your computer and use it in GitHub Desktop.
Save NitinLnt/c2a633a7ce274cd691bf to your computer and use it in GitHub Desktop.
Please guide me to compilation process of aes.c file
I am getting below error
AES.c:9:20: fatal error: mcrypt.h: No such file or directory
#include <mcrypt.h>
^
compilation terminated.
@NitinLnt
Copy link
Author

Please guide me to compilation process of aes.c file
I am getting below error
AES.c:9:20: fatal error: mcrypt.h: No such file or directory
#include <mcrypt.h>
^
compilation terminated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment