From 2aa9043ad33776323393f82c8a542d46bdedc34d Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 4 Oct 2001 07:32:46 +0000 Subject: Because there's chances we clash with the system's types.h, rename our types.h to ossl_typ.h. --- crypto/rsa/rsa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/rsa') diff --git a/crypto/rsa/rsa.h b/crypto/rsa/rsa.h index 459dba08b1..47d12c9e8d 100644 --- a/crypto/rsa/rsa.h +++ b/crypto/rsa/rsa.h @@ -66,7 +66,7 @@ #endif #include #include -#include +#include #ifdef OPENSSL_NO_RSA #error RSA is disabled. -- cgit v1.2.3