summaryrefslogtreecommitdiff
path: root/crypto/rc5/rc5_enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rc5/rc5_enc.c')
-rw-r--r--crypto/rc5/rc5_enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rc5/rc5_enc.c b/crypto/rc5/rc5_enc.c
index ba79dd456a..1124fd22eb 100644
--- a/crypto/rc5/rc5_enc.c
+++ b/crypto/rc5/rc5_enc.c
@@ -57,7 +57,7 @@
*/
#include <stdio.h>
-#include "rc5.h"
+#include <openssl/rc5.h>
#include "rc5_locl.h"
void RC5_32_cbc_encrypt(unsigned char *in, unsigned char *out, long length,