Skip to content

Commit

Permalink
[beken-72xx] Increase MBEDTLS_ENTROPY_MAX_SOURCES
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba2k2 committed May 18, 2024
1 parent 3b36a70 commit dfabfbb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cores/beken-72xx/base/config/tls_config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/* Copyright (c) Kuba Szczodrzyński 2024-05-18. */

#pragma once

#include_next "tls_config.h"

// allow more entropy sources
#undef MBEDTLS_ENTROPY_MAX_SOURCES
#define MBEDTLS_ENTROPY_MAX_SOURCES 10

0 comments on commit dfabfbb

Please sign in to comment.