diff options
| author | lcdtyph <lcdtyph@gmail.com> | 2017-12-09 16:00:06 +0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-12-09 00:00:06 -0800 |
| commit | 940b33e52dfcedfd0fc7d6bd4375e4ad846e444a (patch) | |
| tree | d8fdd246cd6b32fa40e13153b5d498a95ddef941 /ports/mbedtls/CONTROL | |
| parent | 2bcb3c98f59d7202b25467f814a8d8cf1ea81529 (diff) | |
| download | vcpkg-940b33e52dfcedfd0fc7d6bd4375e4ad846e444a.tar.gz vcpkg-940b33e52dfcedfd0fc7d6bd4375e4ad846e444a.zip | |
[mbedtls] Initial port. (#2286)
* mbedtls: init port
* add VCPKG_LIBRARY_LINKAGE for static libs only
* [mbedtls] Slight cleanup
Diffstat (limited to 'ports/mbedtls/CONTROL')
| -rw-r--r-- | ports/mbedtls/CONTROL | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/mbedtls/CONTROL b/ports/mbedtls/CONTROL new file mode 100644 index 000000000..c4bed6fa6 --- /dev/null +++ b/ports/mbedtls/CONTROL @@ -0,0 +1,3 @@ +Source: mbedtls +Version: 2.6.1 +Description: An open source, portable, easy to use, readable and flexible SSL library |
