diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2015-03-15 10:21:14 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2015-03-15 10:21:14 +0000 |
commit | 2254455d5e5591100b1df1a5f97f63aa64d51ca9 (patch) | |
tree | 700858ba98a1d6a0ce74616f1a6af073f7b35323 /security/polarssl13/pkg-plist | |
parent | ed632970ff854f03ec3e5b21b0130fb4cb60ccad (diff) | |
download | ports-2254455d5e5591100b1df1a5f97f63aa64d51ca9.tar.gz ports-2254455d5e5591100b1df1a5f97f63aa64d51ca9.zip |
Notes
Diffstat (limited to 'security/polarssl13/pkg-plist')
-rw-r--r-- | security/polarssl13/pkg-plist | 50 |
1 files changed, 26 insertions, 24 deletions
diff --git a/security/polarssl13/pkg-plist b/security/polarssl13/pkg-plist index 31f8ba1db1dd..045bc7c4354c 100644 --- a/security/polarssl13/pkg-plist +++ b/security/polarssl13/pkg-plist @@ -17,30 +17,8 @@ bin/polarssl_ssl_client1 bin/polarssl_ssl_client2 bin/polarssl_ssl_server bin/polarssl_ssl_test -include/polarssl/aesni.h -include/polarssl/ccm.h -include/polarssl/check_config.h -include/polarssl/compat-1.2.h -include/polarssl/ecdh.h -include/polarssl/ecdsa.h -include/polarssl/ecp.h -include/polarssl/hmac_drbg.h -include/polarssl/memory.h -include/polarssl/memory_buffer_alloc.h -include/polarssl/oid.h -include/polarssl/pk.h -include/polarssl/pk_wrap.h -include/polarssl/platform.h -include/polarssl/ripemd160.h -include/polarssl/sha256.h -include/polarssl/sha512.h -include/polarssl/ssl_ciphersuites.h -include/polarssl/threading.h -include/polarssl/x509_crl.h -include/polarssl/x509_crt.h -include/polarssl/x509_csr.h -lib/libpolarssl.so.7 include/polarssl/aes.h +include/polarssl/aesni.h include/polarssl/arc4.h include/polarssl/asn1.h include/polarssl/asn1write.h @@ -49,42 +27,66 @@ include/polarssl/bignum.h include/polarssl/blowfish.h include/polarssl/bn_mul.h include/polarssl/camellia.h +include/polarssl/ccm.h include/polarssl/certs.h +include/polarssl/check_config.h include/polarssl/cipher.h include/polarssl/cipher_wrap.h +include/polarssl/compat-1.2.h include/polarssl/config.h include/polarssl/ctr_drbg.h include/polarssl/debug.h include/polarssl/des.h include/polarssl/dhm.h +include/polarssl/ecdh.h +include/polarssl/ecdsa.h +include/polarssl/ecp.h include/polarssl/entropy.h include/polarssl/entropy_poll.h include/polarssl/error.h include/polarssl/gcm.h include/polarssl/havege.h +include/polarssl/hmac_drbg.h include/polarssl/md.h include/polarssl/md2.h include/polarssl/md4.h include/polarssl/md5.h include/polarssl/md_wrap.h +include/polarssl/memory.h +include/polarssl/memory_buffer_alloc.h include/polarssl/net.h +include/polarssl/oid.h include/polarssl/openssl.h include/polarssl/padlock.h -include/polarssl/pem.h include/polarssl/pbkdf2.h +include/polarssl/pem.h +include/polarssl/pk.h +include/polarssl/pk_wrap.h include/polarssl/pkcs11.h include/polarssl/pkcs12.h include/polarssl/pkcs5.h +include/polarssl/platform.h +include/polarssl/ripemd160.h include/polarssl/rsa.h include/polarssl/sha1.h +include/polarssl/sha256.h +include/polarssl/sha512.h include/polarssl/ssl.h include/polarssl/ssl_cache.h +include/polarssl/ssl_ciphersuites.h +include/polarssl/threading.h include/polarssl/timing.h include/polarssl/version.h include/polarssl/x509.h +include/polarssl/x509_crl.h +include/polarssl/x509_crt.h +include/polarssl/x509_csr.h include/polarssl/xtea.h lib/libpolarssl.a lib/libpolarssl.so +lib/libpolarssl.so.8 +lib/libmbedtls.so +lib/libmbedtls.so.8 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/README.rst %%PORTDOCS%%%%DOCSDIR%%/LICENSE |