aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dh
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-01-29 23:33:10 +0100
committerRichard Levitte <levitte@openssl.org>2016-02-01 12:46:58 +0100
commit777a288270cb4c3671f9095630415207d867396b (patch)
tree9d578694057e974829b5092f2ff08c75675da70b /crypto/dh
parent9fe2bb77c40f5fd3624b30f1b0c3cd8b791ca615 (diff)
downloadopenssl-777a288270cb4c3671f9095630415207d867396b.tar.gz
unified build scheme: add build.info files
Now that we have the foundation for the "unified" build scheme in place, we add build.info files. They have been generated from the Makefiles in the same directories. Things that are platform specific will appear in later commits. Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'crypto/dh')
-rw-r--r--crypto/dh/build.info4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/dh/build.info b/crypto/dh/build.info
new file mode 100644
index 0000000000..878910df67
--- /dev/null
+++ b/crypto/dh/build.info
@@ -0,0 +1,4 @@
+LIBS=../../libcrypto
+SOURCE[../../libcrypto]=\
+ dh_asn1.c dh_gen.c dh_key.c dh_lib.c dh_check.c dh_err.c dh_depr.c \
+ dh_ameth.c dh_pmeth.c dh_prn.c dh_rfc5114.c dh_kdf.c