Skip to content

Commit

Permalink
Need to pass crypto/err to -I
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Jun 25, 2024
1 parent b089753 commit 48b357c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions crypto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,7 @@ target_include_directories(crypto_obj
ec
ecdh
ecdsa
err
evp
hidden
hmac
Expand Down
1 change: 1 addition & 0 deletions crypto/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/crypto/dsa
AM_CPPFLAGS += -I$(top_srcdir)/crypto/ec
AM_CPPFLAGS += -I$(top_srcdir)/crypto/ecdh
AM_CPPFLAGS += -I$(top_srcdir)/crypto/ecdsa
AM_CPPFLAGS += -I$(top_srcdir)/crypto/err
AM_CPPFLAGS += -I$(top_srcdir)/crypto/evp
AM_CPPFLAGS += -I$(top_srcdir)/crypto/hmac
AM_CPPFLAGS += -I$(top_srcdir)/crypto/lhash
Expand Down

0 comments on commit 48b357c

Please sign in to comment.