summaryrefslogtreecommitdiffstats
path: root/secure/lib
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2004-08-14 13:38:35 +0000
committermarkm <markm@FreeBSD.org>2004-08-14 13:38:35 +0000
commit1659a5207b9353b648502fc1d7949a8d52db79f4 (patch)
treeb5a7aec3d73271d863f637ed2313b3bcb93b2324 /secure/lib
parent3d9480a58869d144e4bd14f19403d0e2f2392fa1 (diff)
downloadFreeBSD-src-1659a5207b9353b648502fc1d7949a8d52db79f4.zip
FreeBSD-src-1659a5207b9353b648502fc1d7949a8d52db79f4.tar.gz
Add support for C3 Nehemiah ACE ("Padlock") AES crypto. This comes
from OpenSSL 0.9.5 (yet to be released), and is pretty complete.
Diffstat (limited to 'secure/lib')
-rw-r--r--secure/lib/libcrypto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
index 81ac3c3..22c367f 100644
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -129,7 +129,7 @@ INCS+= ec.h
# engine
SRCS+= eng_all.c eng_cnf.c eng_ctrl.c eng_dyn.c eng_err.c eng_fat.c \
- eng_init.c eng_lib.c eng_list.c eng_openssl.c eng_pkey.c \
+ eng_init.c eng_lib.c eng_list.c eng_openssl.c eng_padlock.c eng_pkey.c \
eng_table.c hw_4758_cca.c hw_4758_cca_err.c hw_aep.c hw_aep_err.c \
hw_atalla.c hw_atalla_err.c hw_cryptodev.c hw_cswift.c \
hw_cswift_err.c hw_ncipher.c hw_ncipher_err.c hw_nuron.c \
OpenPOWER on IntegriCloud