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