diff options
| author | Michael Forney <mforney@mforney.org> | 2019-10-31 20:46:35 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-10-31 20:46:35 -0700 |
| commit | 51781ad5fd2da9e2c26a0c7ca07793442b103120 (patch) | |
| tree | bd5b8ff829208b56bdb7dd3e67be5b4c08304b30 /pkg/libressl/gen.lua | |
| parent | 4154ce4dd0a88c9096ded3aaa78be8f468c6324a (diff) | |
libressl: Update to 3.0.2
Diffstat (limited to 'pkg/libressl/gen.lua')
| -rw-r--r-- | pkg/libressl/gen.lua | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/pkg/libressl/gen.lua b/pkg/libressl/gen.lua index ac3a2609..88f49273 100644 --- a/pkg/libressl/gen.lua +++ b/pkg/libressl/gen.lua @@ -10,10 +10,11 @@ cflags{ '-I $srcdir/crypto', '-I $srcdir/crypto/asn1', '-I $srcdir/crypto/bn', + '-I $srcdir/crypto/ec', + '-I $srcdir/crypto/ecdh', + '-I $srcdir/crypto/ecdsa', '-I $srcdir/crypto/evp', '-I $srcdir/crypto/modes', - '-I $srcdir/crypto/ecdsa', - '-I $srcdir/crypto/ec', '-I pkg/openbsd/include', } @@ -31,6 +32,7 @@ pkg.hdrs = { 'cast.h', 'chacha.h', 'cmac.h', + 'cms.h', 'comp.h', 'conf.h', 'conf_api.h', @@ -174,7 +176,7 @@ lib('libcrypto.a', [[crypto/( ec2_smpl.c ec2_mult.c ec_ameth.c ec_pmeth.c ec_kmeth.c eck_prn.c ecp_oct.c ec2_oct.c ec_oct.c ) - ecdh/(ech_lib.c ech_key.c ech_err.c) + ecdh/(ech_lib.c ech_key.c ech_err.c ecdh_kdf.c) ecdsa/(ecs_lib.c ecs_asn1.c ecs_ossl.c ecs_sign.c ecs_vrf.c ecs_err.c) engine/( eng_err.c eng_lib.c eng_list.c eng_init.c eng_ctrl.c |
