cryptlib/cryptlib.patch

Tue, 28 Aug 2012 18:34:10 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 28 Aug 2012 18:34:10 +0200
changeset 566
c371e003ecc3
permissions
-rw-r--r--

Modernize packaging, update version, rename CAST relevant assembly file
c-sol.s, correct typical german english grammar mistakes, repair
substitutions for GCC CFLAGS and proper dependency leverage, remove
carriage returns in sources, and use parallel make.

     1 Index: random/unix.c
     2 --- random/unix.c.orig	2005-08-23 00:48:20 +0200
     3 +++ random/unix.c	2005-09-06 20:55:10 +0200
     4 @@ -24,6 +24,9 @@
     5  #include <stdio.h>
     6  #include <string.h>
     7  #include <time.h>
     8 +#ifdef __FreeBSD__
     9 +#include <pthread.h>
    10 +#endif
    11  #include "crypt.h"
    13  /* Unix and Unix-like systems share the same makefile, make sure that the

mercurial