From fdb65c836cfc0c36f0a491a8fe4255cd18a7bc3f Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 16 Jun 2011 14:12:42 +0000 Subject: [PATCH] Don't include des.h any more: it is not needed. --- fips/rand/fips_rand.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/fips/rand/fips_rand.h b/fips/rand/fips_rand.h index dca767b943..c403e78f0d 100644 --- a/fips/rand/fips_rand.h +++ b/fips/rand/fips_rand.h @@ -50,8 +50,6 @@ #ifndef HEADER_FIPS_RAND_H #define HEADER_FIPS_RAND_H -#include "des.h" - #ifdef OPENSSL_FIPS #ifdef __cplusplus -- 2.34.1