mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
255 B

  1. --- ./crypto.c.orig 2005-07-25 15:14:45.000000000 +0200
  2. +++ ./crypto.c 2005-07-25 15:14:53.000000000 +0200
  3. @@ -12,6 +12,7 @@
  4. * See README and COPYING for more details.
  5. */
  6. +#include <sys/types.h>
  7. #include <openssl/md4.h>
  8. #include <openssl/des.h>