mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
18 lines
466 B
Plaintext
18 lines
466 B
Plaintext
|
PROGRAMS{noinst}=aesccm aesgcm aeskeywrap ariacbc
|
||
|
|
||
|
INCLUDE[aesccm]=../../include
|
||
|
SOURCE[aesccm]=aesccm.c
|
||
|
DEPEND[aesccm]=../../libcrypto ../../libssl
|
||
|
|
||
|
INCLUDE[aesgcm]=../../include
|
||
|
SOURCE[aesgcm]=aesgcm.c
|
||
|
DEPEND[aesgcm]=../../libcrypto ../../libssl
|
||
|
|
||
|
INCLUDE[aeskeywrap]=../../include
|
||
|
SOURCE[aeskeywrap]=aeskeywrap.c
|
||
|
DEPEND[aeskeywrap]=../../libcrypto ../../libssl
|
||
|
|
||
|
INCLUDE[ariacbc]=../../include
|
||
|
SOURCE[ariacbc]=ariacbc.c
|
||
|
DEPEND[ariacbc]=../../libcrypto ../../libssl
|