diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-11-25 21:30:36 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-11-25 21:30:36 +0100 |
commit | 60c2c11de820687887a643344fc1b0a91fd45226 (patch) | |
tree | 5dde7180b5d28ed21af2528a74ecf8e0193c626b /src/crypto/cipher/salsa20 | |
parent | c58ad422281f6d6f747aa31177cdc93ae63b4f64 (diff) | |
download | fastd-60c2c11de820687887a643344fc1b0a91fd45226.tar fastd-60c2c11de820687887a643344fc1b0a91fd45226.zip |
Move cipher and mac structures to a new header
Diffstat (limited to 'src/crypto/cipher/salsa20')
-rw-r--r-- | src/crypto/cipher/salsa20/nacl/salsa20_nacl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/cipher/salsa20/nacl/salsa20_nacl.c b/src/crypto/cipher/salsa20/nacl/salsa20_nacl.c index cb78afc..93daad3 100644 --- a/src/crypto/cipher/salsa20/nacl/salsa20_nacl.c +++ b/src/crypto/cipher/salsa20/nacl/salsa20_nacl.c @@ -24,7 +24,7 @@ */ -#include "../../../../fastd.h" +#include "../../../../crypto.h" #include <crypto_stream_salsa20.h> |