X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=crypto%2Fevp%2Fe_rc2.c;fp=crypto%2Fevp%2Fe_rc2.c;h=a8fb18e72d2cd1ddc06b9c3e1cb16e7ea4665ffe;hb=2f5c405a1694220cca7be8cd96958c1c1245f0ed;hp=e8d71069350d28be2ff948bb57b5ff4c5b57dc77;hpb=d91f902d73689c8a8c1bf684ff9d244197f8c7b3;p=openssl.git diff --git a/crypto/evp/e_rc2.c b/crypto/evp/e_rc2.c index e8d7106935..a8fb18e72d 100644 --- a/crypto/evp/e_rc2.c +++ b/crypto/evp/e_rc2.c @@ -22,6 +22,7 @@ # include # include "crypto/evp.h" # include +# include "evp_local.h" static int rc2_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc);