diff options
author | Simo Sorce <simo@redhat.com> | 2018-10-15 15:02:50 -0400 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2018-11-24 11:28:18 +0100 |
commit | f554a317d741c2fe8cd891ac0fcd6c38d0c49ace (patch) | |
tree | e0b7bf6547817be88ef456b4e38a8bbefea4d0b8 /Makefile.in | |
parent | 1d0cbc3265870a57687e38c898c867d871d4dc5d (diff) | |
download | nettle-f554a317d741c2fe8cd891ac0fcd6c38d0c49ace.tar.gz |
Add a side-channel silent conditional memcpy
Originally from Niels, with minor changes to avoid compiler warnings.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 7740d717..9c5694cf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -92,6 +92,7 @@ nettle_SOURCES = aes-decrypt-internal.c aes-decrypt.c \ camellia256-meta.c \ cast128.c cast128-meta.c cbc.c \ ccm.c ccm-aes128.c ccm-aes192.c ccm-aes256.c cfb.c \ + cnd-memcpy.c \ chacha-crypt.c chacha-core-internal.c \ chacha-poly1305.c chacha-poly1305-meta.c \ chacha-set-key.c chacha-set-nonce.c \ |