Skip to content

Commit 13c4d3b

Browse files
committed
FIX: removed unused config include
1 parent 79ccb36 commit 13c4d3b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/include/mbedtls/md4.h

-6
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@
2727
#ifndef MBEDTLS_MD4_H
2828
#define MBEDTLS_MD4_H
2929

30-
#if !defined(MBEDTLS_CONFIG_FILE)
31-
#include "mbedtls/config.h"
32-
#else
33-
#include MBEDTLS_CONFIG_FILE
34-
#endif
35-
3630
#include <stddef.h>
3731
#include <stdint.h>
3832

0 commit comments

Comments
 (0)