aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-09-04 10:33:31 -0400
committerJack Lloyd <[email protected]>2018-09-04 10:33:31 -0400
commitffb5de527a02fc990112bdf096c705abadfc09bd (patch)
treee8a04f46f98f4765f2d64ef6fedba1843567ee85
parent9cf8f1965e04a06419f5df60ae5f1520f6cda433 (diff)
Add commoncrypto OS feature so it cannot be enabled on other systems
-rw-r--r--src/build-data/os/darwin.txt1
-rw-r--r--src/build-data/os/ios.txt1
-rw-r--r--src/lib/prov/commoncrypto/info.txt4
3 files changed, 6 insertions, 0 deletions
diff --git a/src/build-data/os/darwin.txt b/src/build-data/os/darwin.txt
index 056d535e7..5f460b1c6 100644
--- a/src/build-data/os/darwin.txt
+++ b/src/build-data/os/darwin.txt
@@ -16,6 +16,7 @@ arc4random
dev_random
security_framework
+commoncrypto
sockets
threads
filesystem
diff --git a/src/build-data/os/ios.txt b/src/build-data/os/ios.txt
index 0e3eb7c4b..286e10fd1 100644
--- a/src/build-data/os/ios.txt
+++ b/src/build-data/os/ios.txt
@@ -10,6 +10,7 @@ posix1
posix_mlock
arc4random
+commoncrypto
sockets
threads
filesystem
diff --git a/src/lib/prov/commoncrypto/info.txt b/src/lib/prov/commoncrypto/info.txt
index 00dfb27ae..00f92cd58 100644
--- a/src/lib/prov/commoncrypto/info.txt
+++ b/src/lib/prov/commoncrypto/info.txt
@@ -7,3 +7,7 @@ load_on vendor
<header:internal>
commoncrypto.h
</header:internal>
+
+<os_features>
+commoncrypto
+</os_features>