summaryrefslogtreecommitdiff
path: root/compat/verification/mbedtls/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat/verification/mbedtls/config.h')
-rw-r--r--compat/verification/mbedtls/config.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/compat/verification/mbedtls/config.h b/compat/verification/mbedtls/config.h
new file mode 100644
index 0000000..91d900d
--- /dev/null
+++ b/compat/verification/mbedtls/config.h
@@ -0,0 +1,15 @@
+#ifndef __MBEDTLS_CONFIG_H
+#define __MBEDTLS_CONFIG_H
+#define MBEDTLS_RSA_C
+#define MBEDTLS_PKCS1_V15
+#define MBEDTLS_MD_C
+#define __OpenBSD__
+#define MBEDTLS_PLATFORM_C
+#define MBEDTLS_BIGNUM_C
+#define MBEDTLS_OID_C
+#define MBEDTLS_ASN1_PARSE_C
+#define MBEDTLS_NO_UDBL_DIVISION
+#define MBEDTLS_SHA256_C
+#include <linux/types.h>
+#include "platform.h"
+#endif /* __MBEDTLS_CONFIG_H */