aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des/destest.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/des/destest.c')
-rw-r--r--crypto/des/destest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/des/destest.c b/crypto/des/destest.c
index 746a284d43..39fc8123e4 100644
--- a/crypto/des/destest.c
+++ b/crypto/des/destest.c
@@ -70,7 +70,7 @@
#include <io.h>
#endif
#include <string.h>
-#include "des.h"
+#include <openssl/des.h>
#if defined(PERL5) || defined(__FreeBSD__)
#define crypt(c,s) (des_crypt((c),(s)))