summaryrefslogtreecommitdiffstats
path: root/crypto/rc2
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-06-09 23:36:38 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-06-09 23:36:38 +0000
commitff1c55e9833e8bebb05240fafed19c71ffdcc4ce (patch)
treec3783b9aa945aeb8fe138dcea478b020d1f03d09 /crypto/rc2
parent835d104f46c4448a27844a9309de456c7972a943 (diff)
Revert "version skew" patches that break FIPS compilation
Diffstat (limited to 'crypto/rc2')
-rw-r--r--crypto/rc2/rc2_skey.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/rc2/rc2_skey.c b/crypto/rc2/rc2_skey.c
index 065b2fd16e..6668ac011f 100644
--- a/crypto/rc2/rc2_skey.c
+++ b/crypto/rc2/rc2_skey.c
@@ -56,6 +56,7 @@
* [including the GNU Public Licence.]
*/
+#include <openssl/crypto.h>
#include <openssl/rc2.h>
#include "rc2_locl.h"