Use local IV storage in EVP BLOCK_* macros
[openssl.git] / crypto / evp / e_rc2.c
index e8d71069350d28be2ff948bb57b5ff4c5b57dc77..a8fb18e72d2cd1ddc06b9c3e1cb16e7ea4665ffe 100644 (file)
@@ -22,6 +22,7 @@
 # include <openssl/objects.h>
 # include "crypto/evp.h"
 # include <openssl/rc2.h>
+# include "evp_local.h"
 
 static int rc2_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
                         const unsigned char *iv, int enc);