Move some code around

This commit is contained in:
Dag-Erling Smørgrav 2015-10-03 14:47:59 +00:00 committed by des
parent 023ec74be2
commit dd466ab29b
3 changed files with 2 additions and 3 deletions

View file

@ -5,6 +5,5 @@ lib_LTLIBRARIES = libcryb-cipher.la
libcryb_cipher_la_SOURCES = \
cryb_cipher.c \
\
cryb_aes.c \
cryb_rc4.c
aes.c \
rc4.c