#include <stdio.h>
#include <string.h>
#include <aes.h>
#include <cmac.h>
// Función para imprimir un bloque de bytes en formato hexadecimal
And when I compile it with this command; gcc hola.c -I”C:Program FilesOpenSSL-Win64includeopenssl” -L”C:Program FilesOpenSSL-Win64libVCx64MTd” -lssl -lcrypto, I get the following error
Iñigo Santaolalla is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
The error is this c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot find -lssl
c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot find -lcrypto
Iñigo Santaolalla is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.