I want to compile this program
#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 compilation New contributor Iñigo Santaolalla is a new contributor to this site. Take care in […]