Skip to content

Commit

Permalink
reach from ssl into crypto for crypto_internal.h
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Jun 25, 2024
1 parent 48b357c commit 57a4289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ssl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ target_include_directories(ssl_obj
PRIVATE
.
hidden
../crypto
../crypto/bio
../include/compat
PUBLIC
Expand Down
1 change: 1 addition & 0 deletions ssl/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ include $(top_srcdir)/Makefile.am.common

-include $(abs_top_builddir)/crypto/libcrypto_la_objects.mk

AM_CPPFLAGS += -I$(top_srcdir)/crypto
AM_CPPFLAGS += -I$(top_srcdir)/crypto/bio

noinst_LTLIBRARIES = libbs.la
Expand Down

0 comments on commit 57a4289

Please sign in to comment.