Makefile (d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf) Makefile (1a18383a52bc373e316d224cef1298debf6f7e25)
1
2SHLIB_NAME?= legacy.so
1
2SHLIB_NAME?= legacy.so
3LIBADD= crypto
3
4SRCS+= legacyprov.c prov_running.c
5
6# ciphers
7SRCS+= ciphercommon.c ciphercommon_hw.c ciphercommon_block.c \
8 ciphercommon_gcm.c ciphercommon_gcm_hw.c \
9 ciphercommon_ccm.c ciphercommon_ccm_hw.c
10SRCS+= cipher_desx.c cipher_desx_hw.c cipher_des.c cipher_des_hw.c

--- 24 unchanged lines hidden ---
4
5SRCS+= legacyprov.c prov_running.c
6
7# ciphers
8SRCS+= ciphercommon.c ciphercommon_hw.c ciphercommon_block.c \
9 ciphercommon_gcm.c ciphercommon_gcm_hw.c \
10 ciphercommon_ccm.c ciphercommon_ccm_hw.c
11SRCS+= cipher_desx.c cipher_desx_hw.c cipher_des.c cipher_des_hw.c

--- 24 unchanged lines hidden ---