-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some headers #include other 'mbedTLS' headers as "mbedtls/*.h" rather than "*.h" #857
Labels
Comments
Thanks for the feedback. To be clear to anyone reading this bug - the use of |
ARM Internal Ref: IOTSSL-1301 |
RonEld
pushed a commit
to RonEld/mbedtls
that referenced
this issue
May 14, 2017
Remove the `mbedtls` namesapcing in the `#include` in header files Resolves issue Mbed-TLS#857
Closed
RonEld
pushed a commit
to RonEld/mbedtls
that referenced
this issue
Jun 24, 2018
Remove the `mbedtls` namesapcing in the `#include` in header files Resolves issue Mbed-TLS#857
RonEld
pushed a commit
to RonEld/mbedtls
that referenced
this issue
Jun 24, 2018
Remove the `mbedtls` namesapcing in the `#include` in header files Resolves issue Mbed-TLS#857
RonEld
pushed a commit
to RonEld/mbedtls
that referenced
this issue
Jun 24, 2018
Remove the `mbedtls` namesapcing in the `#include` in header files Resolves issue Mbed-TLS#857
Thanks! |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear 'mbedTLS' developers,
While embedding 'mbedTLS' (ver 2.4.2) sources into our source tree we noticed that some headers include other mbedTLS headers as: #include "mbedtls/foo.h" (rather than just: #include "foo.h"). It happens but in just a handful of cases (listed below), everywhere else it uses a more manageable: #include "foo.h".
While it's no big deal it looks like an accidental oversight which makes 'mbedTLS' just a tad less a "drop-in"; and, it looks like an easy formal fix. -- Can you please take a look?
Thanks much for the great embeddable product!
(We have recently switched to it from GnuTLS which was much harder to manage due to a lot of 3rd-party DLL dependencies.)
The text was updated successfully, but these errors were encountered: