Avoid duplicate crypto_secretbox.h

This commit is contained in:
Frank Denis 2013-04-19 14:47:20 +02:00
parent 195df90524
commit d6636dbc7a
3 changed files with 2 additions and 2 deletions

View File

@ -68,8 +68,8 @@ libsodium_la_SOURCES = \
crypto_sign/edwards25519sha512batch/ref/sc25519.h \
crypto_sign/edwards25519sha512batch/ref/sc25519_edwards25519sha512batch.c \
crypto_sign/edwards25519sha512batch/ref/sign_edwards25519sha512batch.c \
crypto_secretbox/xsalsa20poly1305/ref/api.h \
crypto_secretbox/xsalsa20poly1305/ref/box_xsalsa20poly1305.c \
crypto_secretbox/xsalsa20poly1305/ref/crypto_secretbox.h \
crypto_box/curve25519xsalsa20poly1305/ref/api.h \
crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.c \
crypto_box/curve25519xsalsa20poly1305/ref/before_curve25519xsalsa20poly1305.c \

View File

@ -1,6 +1,6 @@
#include "api.h"
#include "crypto_onetimeauth_poly1305.h"
#include "crypto_stream_xsalsa20.h"
#include "crypto_secretbox.h"
int crypto_secretbox(
unsigned char *c,