summaryrefslogtreecommitdiffstats
path: root/crypto/rc2
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-06-09 23:35:34 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-06-09 23:35:34 +0000
commit7175dbaeba1dbcb176b63894f8a41e4f4b3e54d7 (patch)
tree34b291e3fb5f49cb64861a5a6be9bbe5d8ef85b6 /crypto/rc2
parentaf454b5bb09bf647b4854dc277f2eefc151b2608 (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"