diff options
author | Fernando Fernandez Mancera <ffmancera@riseup.net> | 2018-02-16 11:32:55 +0100 |
---|---|---|
committer | Fernando Fernandez Mancera <ffmancera@riseup.net> | 2018-02-16 12:04:22 +0100 |
commit | f9f0dd5b9abff894e9a539aea4db61a38fcf9735 (patch) | |
tree | 9a736b105d6539dfde0494938e7a1eeb7c7f3c3e /src/common/tortls.h | |
parent | 60b8e088c32810174d8ee4245725e9228b0624fc (diff) | |
download | tor-f9f0dd5b9abff894e9a539aea4db61a38fcf9735.tar.gz tor-f9f0dd5b9abff894e9a539aea4db61a38fcf9735.zip |
Move the pk-digest functions into crypto_rsa.[ch].
We moved the crypto_pk_* digest functions into crypto_rsa.[ch] because they fit
better with the RSA module.
Follows #24658.
Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
Diffstat (limited to 'src/common/tortls.h')
-rw-r--r-- | src/common/tortls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tortls.h b/src/common/tortls.h index 161b8e73a1..7c867bfff2 100644 --- a/src/common/tortls.h +++ b/src/common/tortls.h @@ -11,7 +11,7 @@ * \brief Headers for tortls.c **/ -#include "crypto_digest.h" +#include "crypto_rsa.h" #include "compat_openssl.h" #include "compat.h" #include "testsupport.h" |