summaryrefslogtreecommitdiffstats
path: root/crypto/bf/bfs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bf/bfs.cpp')
-rw-r--r--crypto/bf/bfs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bf/bfs.cpp b/crypto/bf/bfs.cpp
index 272ed2f978..d74c457760 100644
--- a/crypto/bf/bfs.cpp
+++ b/crypto/bf/bfs.cpp
@@ -32,7 +32,7 @@ void GetTSC(unsigned long& tsc)
#include <stdio.h>
#include <stdlib.h>
-#include "blowfish.h"
+#include <openssl/blowfish.h>
void main(int argc,char *argv[])
{