mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-24 20:45:17 -07:00
Remove libsodium-randombytes.
This commit is contained in:
parent
137ae007ae
commit
4c6e162c52
@ -1,12 +1,6 @@
|
|||||||
|
|
||||||
lib_LTLIBRARIES = \
|
lib_LTLIBRARIES = \
|
||||||
libsodium.la \
|
libsodium.la
|
||||||
libsodium-randombytes.la
|
|
||||||
|
|
||||||
libsodium_randombytes_la_SOURCES = \
|
|
||||||
randombytes/randombytes.c \
|
|
||||||
randombytes/salsa20_random.c \
|
|
||||||
randombytes/salsa20_random.h
|
|
||||||
|
|
||||||
libsodium_la_SOURCES = \
|
libsodium_la_SOURCES = \
|
||||||
crypto_core/hsalsa20/ref2/core_hsalsa20.c \
|
crypto_core/hsalsa20/ref2/core_hsalsa20.c \
|
||||||
@ -78,6 +72,9 @@ libsodium_la_SOURCES = \
|
|||||||
crypto_sign/ed25519/ref/ge25519_ed25519.c \
|
crypto_sign/ed25519/ref/ge25519_ed25519.c \
|
||||||
crypto_sign/ed25519/ref/sc25519.h \
|
crypto_sign/ed25519/ref/sc25519.h \
|
||||||
crypto_sign/ed25519/ref/sc25519_ed25519.c \
|
crypto_sign/ed25519/ref/sc25519_ed25519.c \
|
||||||
|
randombytes/randombytes.c \
|
||||||
|
randombytes/salsa20_random.c \
|
||||||
|
randombytes/salsa20_random.h \
|
||||||
version.c
|
version.c
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
|
@ -78,8 +78,7 @@ check_PROGRAMS = $(TESTS_TARGETS)
|
|||||||
TESTS = $(TESTS_TARGETS)
|
TESTS = $(TESTS_TARGETS)
|
||||||
|
|
||||||
TESTS_LDADD = \
|
TESTS_LDADD = \
|
||||||
${top_builddir}/src/libsodium/libsodium.la \
|
${top_builddir}/src/libsodium/libsodium.la
|
||||||
${top_builddir}/src/libsodium/libsodium-randombytes.la
|
|
||||||
|
|
||||||
auth_SOURCE = cmptest.h auth.c
|
auth_SOURCE = cmptest.h auth.c
|
||||||
auth_LDADD = $(TESTS_LDADD)
|
auth_LDADD = $(TESTS_LDADD)
|
||||||
|
Loading…
Reference in New Issue
Block a user