Skip to content

Commit

Permalink
import-openssl.mk: provide file named after api
Browse files Browse the repository at this point in the history
For now this import file is solely there to satisfy the mechansim
in Goa that collecteds an incorporates import files for used APIs.

Issue genodelabs/goa#81.
  • Loading branch information
cnuke committed Mar 8, 2024
1 parent d715cf6 commit 16300fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions repos/libports/lib/import/import-openssl.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include $(call select_from_repositories,lib/import/import-libcrypto.mk)
include $(call select_from_repositories,lib/import/import-libssl.mk)
1 change: 1 addition & 0 deletions repos/libports/recipes/api/openssl/content.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MIRROR_FROM_REP_DIR := \
lib/import/import-libcrypto.mk \
lib/import/import-libssl.mk \
lib/import/import-openssl.mk \
lib/symbols/libcrypto \
lib/symbols/libssl

Expand Down

0 comments on commit 16300fc

Please sign in to comment.