Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: src/tls.c
- Revision:
- 17:ff9d1e86ad5f
- Parent:
- 16:048e5e270a58
diff -r 048e5e270a58 -r ff9d1e86ad5f src/tls.c
--- a/src/tls.c Tue Nov 19 14:32:16 2019 +0000
+++ b/src/tls.c Wed Nov 20 13:27:48 2019 +0000
@@ -25,28 +25,28 @@
#include <config.h>
#endif
-#include <wolfssl/wolfcrypt/settings.h>
+#include <wolfcrypt/settings.h>
#ifndef WOLFCRYPT_ONLY
#include <wolfssl/ssl.h>
#include <wolfssl/internal.h>
#include <wolfssl/error-ssl.h>
-#include <wolfssl/wolfcrypt/hmac.h>
+#include <wolfcrypt/hmac.h>
#ifdef NO_INLINE
- #include <wolfssl/wolfcrypt/misc.h>
+ #include <wolfcrypt/misc.h>
#else
#define WOLFSSL_MISC_INCLUDED
#include <wolfcrypt/src/misc.c>
#endif
#ifdef HAVE_CURVE25519
- #include <wolfssl/wolfcrypt/curve25519.h>
+ #include <wolfcrypt/curve25519.h>
#endif
#ifdef HAVE_NTRU
#include "libntruencrypt/ntru_crypto.h"
- #include <wolfssl/wolfcrypt/random.h>
+ #include <wolfcrypt/random.h>
#endif
#ifdef HAVE_QSH