aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/md2/md2.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/md2/md2.h')
-rw-r--r--crypto/md2/md2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md2/md2.h b/crypto/md2/md2.h
index 122e276d57..f49388fcc8 100644
--- a/crypto/md2/md2.h
+++ b/crypto/md2/md2.h
@@ -65,7 +65,7 @@ extern "C" {
#define MD2_DIGEST_LENGTH 16
#define MD2_BLOCK 16
-#include "opensslconf.h" /* MD2_INT */
+#include <openssl/opensslconf.h> /* MD2_INT */
typedef struct MD2state_st
{