aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rc2/rc2speed.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rc2/rc2speed.c')
-rw-r--r--crypto/rc2/rc2speed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rc2/rc2speed.c b/crypto/rc2/rc2speed.c
index 0d20480391..47dc9b72b2 100644
--- a/crypto/rc2/rc2speed.c
+++ b/crypto/rc2/rc2speed.c
@@ -98,7 +98,7 @@ struct tms {
#include <sys/param.h>
#endif
-#include "rc2.h"
+#include <openssl/rc2.h>
/* The following if from times(3) man page. It may need to be changed */
#ifndef HZ