mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
- Removed extraneous "polarssl/" in front on include directives in header files
This commit is contained in:
parent
33aac37d53
commit
314052fbfc
12 changed files with 27 additions and 27 deletions
|
|
@ -27,8 +27,8 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#include "polarssl/config.h"
|
||||
#include "polarssl/md.h"
|
||||
#include "config.h"
|
||||
#include "md.h"
|
||||
|
||||
#ifndef POLARSSL_MD_WRAP_H
|
||||
#define POLARSSL_MD_WRAP_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue