diff options
Diffstat (limited to 'lib/libcrypto/crypto-lib.com')
-rw-r--r-- | lib/libcrypto/crypto-lib.com | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/crypto-lib.com b/lib/libcrypto/crypto-lib.com index e72af90822b..8f1c1d5a808 100644 --- a/lib/libcrypto/crypto-lib.com +++ b/lib/libcrypto/crypto-lib.com @@ -209,7 +209,8 @@ $ LIB_ENGINE = "eng_err,eng_lib,eng_list,eng_init,eng_ctrl,"+ - "eng_table,eng_pkey,eng_fat,eng_all,"+ - "tb_rsa,tb_dsa,tb_ecdsa,tb_dh,tb_ecdh,tb_rand,tb_store,"+ - "tb_cipher,tb_digest,"+ - - "eng_openssl,eng_dyn,eng_cnf,eng_cryptodev,eng_padlock" + "eng_openssl,eng_dyn,eng_cnf,eng_cryptodev,eng_padlock"+ - + "eng_aesni" $ LIB_AES = "aes_core,aes_misc,aes_ecb,aes_cbc,aes_cfb,aes_ofb,"+ - "aes_ctr,aes_ige,aes_wrap" $ LIB_BUFFER = "buffer,buf_str,buf_err" |