aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/md2/md2_dgst.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/md2/md2_dgst.c')
-rw-r--r--crypto/md2/md2_dgst.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/md2/md2_dgst.c b/crypto/md2/md2_dgst.c
index c1a0b5e680..20d1bf4fb0 100644
--- a/crypto/md2/md2_dgst.c
+++ b/crypto/md2/md2_dgst.c
@@ -59,8 +59,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include "md2.h"
-#include "opensslv.h"
+#include <openssl/md2.h>
+#include <openssl/opensslv.h>
const char *MD2_version="MD2" OPENSSL_VERSION_PTEXT;