components/openssl/openssl-0.9.8-fips-140/patches/25-fips_rand.patch
changeset 1596 59869c4257d0
parent 1595 20abf2f97330
child 1597 392a401c6d27
equal deleted inserted replaced
1595:20abf2f97330 1596:59869c4257d0
     1 diff -ruN a/openssl-0.9.8k/fips/rand/fips_rand.h b/openssl-0.9.8k/fips/rand/fips_rand.h
       
     2 --- openssl-0.9.8k/fips/rand/fips_rand.h	2008-09-16 12:12:18.000000000 +0200
       
     3 +++ openssl-0.9.8k/fips/rand/fips_rand.h	2009-09-29 17:42:41.969816617 +0200
       
     4 @@ -50,7 +50,7 @@
       
     5  #ifndef HEADER_FIPS_RAND_H
       
     6  #define HEADER_FIPS_RAND_H
       
     7  
       
     8 -#include "des.h"
       
     9 +#include <openssl/des.h>
       
    10  
       
    11  #ifdef OPENSSL_FIPS
       
    12