Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
open-source-case-studies
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
open-source-case-studies
Commits
a39a744d
Commit
a39a744d
authored
1 year ago
by
Virgile Prevosto
Browse files
Options
Downloads
Patches
Plain Diff
[mbedtls] do not allow for alternate printf et al.
parent
04b1b4dc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!44
add mbedtls as case study
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mbedtls/include/mbedtls/mbedtls_config.h
+5
-5
5 additions, 5 deletions
mbedtls/include/mbedtls/mbedtls_config.h
with
5 additions
and
5 deletions
mbedtls/include/mbedtls/mbedtls_config.h
+
5
−
5
View file @
a39a744d
...
...
@@ -229,13 +229,13 @@
* Uncomment a macro to enable alternate implementation of specific base
* platform function
*/
#define MBEDTLS_PLATFORM_SETBUF_ALT
#define MBEDTLS_PLATFORM_EXIT_ALT
//
#define MBEDTLS_PLATFORM_SETBUF_ALT
//
#define MBEDTLS_PLATFORM_EXIT_ALT
//#define MBEDTLS_PLATFORM_TIME_ALT
//#define MBEDTLS_PLATFORM_FPRINTF_ALT
#define MBEDTLS_PLATFORM_PRINTF_ALT
#define MBEDTLS_PLATFORM_SNPRINTF_ALT
#define MBEDTLS_PLATFORM_VSNPRINTF_ALT
//
#define MBEDTLS_PLATFORM_PRINTF_ALT
//
#define MBEDTLS_PLATFORM_SNPRINTF_ALT
//
#define MBEDTLS_PLATFORM_VSNPRINTF_ALT
//#define MBEDTLS_PLATFORM_NV_SEED_ALT
//#define MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment