Skip to content

Commit

Permalink
why not
Browse files Browse the repository at this point in the history
  • Loading branch information
acagliano committed Sep 6, 2024
1 parent 7f3764a commit 9aa7857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tls/core/keyobject.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <stdint.h>
#include <string.h>
#include <stdio.h>
#include "../../include/lwip/mem.h"
#include "lwip/mem.h"

#include "../includes/base64.h"
#include "../includes/asn1.h"
Expand Down
2 changes: 1 addition & 1 deletion tests/tls_private_key_object/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ CXXFLAGS = -Wall -Wextra -Oz -I src/include

# ----------------------------

HEADER_DIRS := src/include
HEADER_DIRS := src/include/lwip

include $(shell cedev-config --makefile)

0 comments on commit 9aa7857

Please sign in to comment.