Don't leak EVP_MD_CTX on error path
[openssl.git] / crypto / evp / e_rc5.c
index 017a7abeb28ab85674b700c9c1958e8e6b858148..58980f56defbf4ac7e59d014eca1944624ddb5e8 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/e_rc5.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -62,6 +61,7 @@
 #ifndef OPENSSL_NO_RC5
 
 # include <openssl/evp.h>
+# include <internal/evp_int.h>
 # include <openssl/objects.h>
 # include "evp_locl.h"
 # include <openssl/rc5.h>