summaryrefslogtreecommitdiffstats
path: root/providers/build.info
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-05-09 10:11:14 +0200
committerRichard Levitte <levitte@openssl.org>2020-05-12 11:32:40 +0200
commitfdaad3f1b31df6827554c378dd8385695a1deed4 (patch)
treeb75f090aa64d03744896e9abd4d64240aec2cec8 /providers/build.info
parentb0f3c594083b22f082057719f7bb1aa575e7d5a1 (diff)
Fix some misunderstandings in our providers' main modules
This started with adding forward declarations of all provider side interface functions, and fixing all compiler errors. Furthermore, diminish the faulty assumption that the provider context is and always will be just a library context. That means adding a teardown function in all providers that aren't necessarily built into libcrypto. Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/11777)
Diffstat (limited to 'providers/build.info')
-rw-r--r--providers/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/build.info b/providers/build.info
index aae9115dd8..b7eef40521 100644
--- a/providers/build.info
+++ b/providers/build.info
@@ -149,7 +149,7 @@ IF[{- !$disabled{legacy} -}]
# Common things that are valid no matter what form the Legacy provider
# takes.
SOURCE[$LEGACYGOAL]=legacyprov.c
- INCLUDE[$LEGACYGOAL]=../include implementations/include
+ INCLUDE[$LEGACYGOAL]=../include implementations/include common/include
ENDIF
#