Yo dentro de un día o dos, no se cuándo, recopilaré más datos y te los enviaré
¡Un saludo!
¡Un saludo!
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes Menúdani@dani-laptop:~$ cd Descargas/
dani@dani-laptop:~/Descargas$ cd cowpatty-4.6/
dani@dani-laptop:~/Descargas/cowpatty-4.6$ sudo make
cc -pipe -Wall -DOPENSSL -O2 -g3 -ggdb -c -o md5.o md5.c
md5.c:20:25: error: openssl/md5.h: No existe el fichero ó directorio
md5.c: In function 'md5_mac':
md5.c:28: error: 'MD5_CTX' undeclared (first use in this function)
md5.c:28: error: (Each undeclared identifier is reported only once
md5.c:28: error: for each function it appears in.)
md5.c:28: error: expected ';' before 'context'
md5.c:29: warning: implicit declaration of function 'MD5_Init'
md5.c:29: error: 'context' undeclared (first use in this function)
md5.c:30: warning: implicit declaration of function 'MD5_Update'
md5.c:33: warning: implicit declaration of function 'MD5_Final'
md5.c: In function 'hmac_md5_vector':
md5.c:40: error: 'MD5_CTX' undeclared (first use in this function)
md5.c:40: error: expected ';' before 'context'
md5.c:48: error: 'context' undeclared (first use in this function)
make: *** [md5.o] Error 1