Don't leak EVP_MD_CTX on error path
[openssl.git] / crypto / evp / e_rc5.c
index f17e99d0c5c154e7cb8d399f6aaa35999f0587c7..58980f56defbf4ac7e59d014eca1944624ddb5e8 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/e_rc5.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 
 #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>