Merge pull request #3452 from okhowang/local-labels

Use local labels in padlock.c
This commit is contained in:
Manuel Pégourié-Gonnard
2020-07-07 11:48:05 +02:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
Bugfix
* Use local labels in mbedtls_padlock_has_support() to fix an invalid symbol redefinition if the function is inlined.
Reported in #3451 and fix contributed in #3452 by okhowang.