diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-08-28 12:04:22 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-08-28 12:04:22 -0400 |
commit | e72a5b3c070451e7762b1d22553cf077c50eb123 (patch) | |
tree | 9c8665d97fc0aa872db5f3a6058530ec7356d98f /src/common/include.am | |
parent | 9b2d8c4e20a57ce849395a2135ac4e720bf99c42 (diff) | |
download | tor-e72a5b3c070451e7762b1d22553cf077c50eb123.tar.gz tor-e72a5b3c070451e7762b1d22553cf077c50eb123.zip |
Move secret-to-key functionality into a separate module
I'm about to add more of these, so we might as well trudge forward.
Diffstat (limited to 'src/common/include.am')
-rw-r--r-- | src/common/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/include.am b/src/common/include.am index 68e0110c26..7a8cc5ce8b 100644 --- a/src/common/include.am +++ b/src/common/include.am @@ -75,6 +75,7 @@ LIBOR_A_SOURCES = \ LIBOR_CRYPTO_A_SOURCES = \ src/common/aes.c \ src/common/crypto.c \ + src/common/crypto_s2k.c \ src/common/crypto_format.c \ src/common/torgzip.c \ src/common/tortls.c \ |